Interface InitializableHandle.InitializeAutomatonHandle<H>

Type Parameters:
H - The type of the handle.
All Superinterfaces:
InitializableHandle<H>, InitializedHandle<H>
All Known Subinterfaces:
CompositeComponentHandle<H,​REF>, LifeCycleComponentHandle.LifeCycleAutomatonHandle<H>
Enclosing interface:
InitializableHandle<H>

public static interface InitializableHandle.InitializeAutomatonHandle<H>
extends InitializableHandle<H>, InitializedHandle<H>
The InitializableHandle.InitializeAutomatonHandle interface defines those methods related to the handle based initialize life-cycle. The handle reference requires the Initializable.InitializeAutomaton interface to be implemented.