Interface ConfigurableComponent<CTX>
- Type Parameters:
CTX- the context used to initialize the implementing instance.
- All Superinterfaces:
Component, Configurable<CTX>, Destroyable
A
ConfigurableComponent can be configured invoking the method
Configurable.initialize(Object).-
Nested Class Summary
Nested classes/interfaces inherited from interface Configurable
Configurable.ConfigureAutomaton<CTX>, Configurable.ConfigureBuilder<CTX,B> Nested classes/interfaces inherited from interface Destroyable
Destroyable.DestroyAutomaton -
Method Summary
Methods inherited from interface Configurable
initialize, initializeUncheckedMethods inherited from interface Destroyable
destroy