Klasse Properties.PropertiesChanged

java.lang.Object
org.freedesktop.dbus.messages.Message
org.freedesktop.dbus.messages.DBusSignal
org.freedesktop.dbus.interfaces.Properties.PropertiesChanged
Umschließende Schnittstelle:
Properties

public static class Properties.PropertiesChanged extends DBusSignal
Signal generated when a property changes.
  • Konstruktordetails

  • Methodendetails

    • getInterfaceName

      public String getInterfaceName()
      Get name of the interface created this signal (e.g. org.bluez.Adapter1).
      Gibt zurück:
      String
    • getPropertiesChanged

      public Map<String,Variant<?>> getPropertiesChanged()
      Return the changed properties. Key is the properties name, value is Variant containing any type.
      Gibt zurück:
      Map
    • getPropertiesRemoved

      public List<String> getPropertiesRemoved()
      Returns a list of removed property keys.
      Gibt zurück:
      List
    • toString

      public String toString()
      Beschreibung aus Klasse kopiert: Message
      Formats the message in a human-readable format.
      Setzt außer Kraft:
      toString in Klasse Message