Schnittstelle OnOffRequestable


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

    Modifikator 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.