-
- All Superinterfaces:
Resumable
- All Known Subinterfaces:
LifecycleComponent.UncheckedLifecycleComponent
- Enclosing interface:
- Resumable
public static interface Resumable.UncheckedResumable extends Resumable
SeeResumable
without any checked exception being declared.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.refcodes.component.Resumable
Resumable.ResumeAutomaton, Resumable.ResumeBuilder<B extends Resumable.ResumeBuilder<B>>, Resumable.UncheckedResumable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
resume()
Resumes the component.-
Methods inherited from interface org.refcodes.component.Resumable
resumeUnchecked
-
-
-
-
Method Detail
-
resume
void resume()
Resumes the component. Same asResumable.resume()
without any checked exception being declared.
-
-