Interface Pausable.UncheckedPausable

All Superinterfaces:
Pausable
All Known Subinterfaces:
LifecycleComponent.UncheckedLifecycleComponent
Enclosing interface:
Pausable

public static interface Pausable.UncheckedPausable extends Pausable
See Pausable without any checked exception being declared.
  • Method Details

    • pause

      void pause()
      Pauses the component. Same as Pausable.pause() without any checked exception being declared.
      Specified by:
      pause in interface Pausable