Interface StoppableHandle.StopAutomatonHandle<H>

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

public static interface StoppableHandle.StopAutomatonHandle<H> extends StoppableHandle<H>
The StoppableHandle.StopAutomatonHandle interface defines those methods related to the handle based stop life-cycle. The handle reference requires the Stoppable.StopAutomaton interface to be implemented.