Interface Ceasable.CeaseAutomaton

All Superinterfaces:
Ceasable
Enclosing interface:
Ceasable

public static interface Ceasable.CeaseAutomaton extends Ceasable
The Ceasable.CeaseAutomaton interface defines those methods related to the cease life-cycle.
  • Method Details

    • isCeasable

      boolean isCeasable()
      Determines whether the component may get ceased.
      Returns:
      True if Ceasable.cease() is possible.
    • isCeased

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