- All Superinterfaces:
Startable
- All Known Subinterfaces:
LifecycleComponent.UncheckedLifecycleComponent
- Enclosing interface:
- Startable
See
Startable
without any checked exception being declared.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.refcodes.component.Startable
Startable.StartAutomaton, Startable.StartBuilder<B extends Startable.StartBuilder<B>>, Startable.UncheckedStartable
-
Method Summary
Methods inherited from interface org.refcodes.component.Startable
startUnchecked
-
Method Details
-
start
void start()Starts the component. Same asStartable.start()
without any checked exception being declared.
-