Schnittstelle OnOffRequestable


public interface OnOffRequestable
A OnOffRequestable can be asked if it is on or off.
Version:
2023-02-05
Autor:
Silvan Wyss
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
     
    boolean
     
  • Methodendetails

    • isOff

      boolean isOff()
      Gibt zurück:
      true if the current OnOffRequestable is off, false otherwise.
    • isOn

      boolean isOn()
      Gibt zurück:
      true if the current OnOffRequestable is on, false otherwise.