Destroyable, Initializable, Initializable.UncheckedInitializable, LifeCycleComponent, Pausable, Pausable.UncheckedPausable, Resumable, Resumable.UncheckedResumable, Startable, Startable.UncheckedStartable, Stoppable, Stoppable.UncheckedStoppablepublic static interface LifeCycleComponent.UncheckedLifeCycleComponent extends LifeCycleComponent, Initializable.UncheckedInitializable, Startable.UncheckedStartable, Pausable.UncheckedPausable, Resumable.UncheckedResumable, Stoppable.UncheckedStoppable, Destroyable
LifeCycleComponent though without the need to
try-catch any exceptions on the various life-cycle stages.Destroyable.DestroyAutomatonInitializable.InitializeAutomaton, Initializable.InitializeBuilder<B extends Initializable.InitializeBuilder<B>>, Initializable.UncheckedInitializableLifeCycleComponent.LifeCycleAutomaton, LifeCycleComponent.UncheckedLifeCycleComponentPausable.PauseAutomaton, Pausable.PauseBuilder<B extends Pausable.PauseBuilder<B>>, Pausable.UncheckedPausableResumable.ResumeAutomaton, Resumable.ResumeBuilder<B extends Resumable.ResumeBuilder<B>>, Resumable.UncheckedResumableStartable.StartAutomaton, Startable.StartBuilder<B extends Startable.StartBuilder<B>>, Startable.UncheckedStartableStoppable.StopAutomaton, Stoppable.StopBuilder<B extends Stoppable.StopBuilder<B>>, Stoppable.UncheckedStoppabledestroyinitializeUncheckedinitializepauseUncheckedpauseresumeUncheckedresumestartUncheckedstartstopUncheckedstopCopyright © 2018. All rights reserved.