Schnittstelle ActivenessRequestable


public interface ActivenessRequestable
A ActivenessRequestable can be asked if it is active.
Autor:
Silvan Wyss
  • Methodenübersicht

    Modifikator und Typ
    Methode
    Beschreibung
    boolean
     
    boolean
     
  • Methodendetails

    • isActive

      boolean isActive()
      Gibt zurück:
      true if the current ActivenessRequestable is active, false otherwise.
    • isInactive

      boolean isInactive()
      Gibt zurück:
      true if the current ActivenessRequestable is not active, false otherwise.