Class Properties.PropertiesChanged

  • Enclosing interface:
    Properties

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

      • getInterfaceName

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

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

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

        public String toString()
        Description copied from class: Message
        Formats the message in a human-readable format.
        Overrides:
        toString in class DBusSignal