Interface LifecycleComponent.UncheckedLifecycleComponent
- All Superinterfaces:
Destroyable, Initializable, Initializable.UncheckedInitializable, LifecycleComponent, Pausable, Pausable.UncheckedPausable, Resumable, Resumable.UncheckedResumable, Startable, Startable.UncheckedStartable, Stoppable, Stoppable.UncheckedStoppable
- Enclosing interface:
LifecycleComponent
public static interface LifecycleComponent.UncheckedLifecycleComponent
extends LifecycleComponent, Initializable.UncheckedInitializable, Startable.UncheckedStartable, Pausable.UncheckedPausable, Resumable.UncheckedResumable, Stoppable.UncheckedStoppable, Destroyable
Same as the
LifecycleComponent though without the need to
try-catch any exceptions on the various life-cycle stages.-
Nested Class Summary
Nested classes/interfaces inherited from interface Destroyable
Destroyable.DestroyAutomatonNested classes/interfaces inherited from interface Initializable
Initializable.InitializeAutomaton, Initializable.InitializeBuilder<B>, Initializable.UncheckedInitializableNested classes/interfaces inherited from interface LifecycleComponent
LifecycleComponent.LifecycleAutomaton, LifecycleComponent.UncheckedLifecycleComponentNested classes/interfaces inherited from interface Pausable
Pausable.PauseAutomaton, Pausable.PauseBuilder<B>, Pausable.UncheckedPausableNested classes/interfaces inherited from interface Resumable
Resumable.ResumeAutomaton, Resumable.ResumeBuilder<B>, Resumable.UncheckedResumableNested classes/interfaces inherited from interface Startable
Startable.StartAutomaton, Startable.StartBuilder<B>, Startable.UncheckedStartableNested classes/interfaces inherited from interface Stoppable
Stoppable.StopAutomaton, Stoppable.StopBuilder<B>, Stoppable.UncheckedStoppable -
Method Summary
Methods inherited from interface Destroyable
destroyMethods inherited from interface Initializable
initializeUncheckedMethods inherited from interface Initializable.UncheckedInitializable
initializeMethods inherited from interface Pausable
pauseUncheckedMethods inherited from interface Pausable.UncheckedPausable
pauseMethods inherited from interface Resumable
resumeUncheckedMethods inherited from interface Resumable.UncheckedResumable
resumeMethods inherited from interface Startable
startUncheckedMethods inherited from interface Startable.UncheckedStartable
startMethods inherited from interface Stoppable
stopUncheckedMethods inherited from interface Stoppable.UncheckedStoppable
stop