Interface Pausable.UncheckedPausable

    • Method Detail

      • pause

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