Interface Stoppable.StopAutomaton

    • Method Detail

      • isStoppable

        boolean isStoppable()
        Determines whether the component may get stopped.
        Returns:
        True if Stoppable.stop() is possible.
      • isStopped

        boolean isStopped()
        Determines whether the component is stopped.
        Returns:
        True in case of being stopped, else false.