Interface InitializableHandle.InitializeAutomatonHandle<H>

Type Parameters:
H - The type of the handle.
All Superinterfaces:
InitializableHandle<H>, InitializedHandle<H>
All Known Subinterfaces:
ComponentHandleComposite<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.