Interface PausableHandle.PauseAutomatonHandle<H>

Type Parameters:
H - The type of the handle.
All Superinterfaces:
PausableHandle<H>
All Known Subinterfaces:
CompositeComponentHandle<H,REF>, ConfigurableLifecycleComponentHandle.ConfigurableLifecycleAutomatonHandle<H,CTX>, LifecycleComponentHandle.LifecycleAutomatonHandle<H>
Enclosing interface:
PausableHandle<H>

public static interface PausableHandle.PauseAutomatonHandle<H> extends PausableHandle<H>
The PausableHandle.PauseAutomatonHandle interface defines those methods related to the handle based pause life-cycle. The handle reference requires the Pausable.PauseAutomaton interface to be implemented.