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.