Class MessageHandler


  • public class MessageHandler
    extends Object
    • Constructor Detail

      • MessageHandler

        public MessageHandler​(org.freedesktop.dbus.connections.impl.DBusConnection connection)
    • Method Detail

      • getProperty

        public org.freedesktop.dbus.types.Variant getProperty​(String service,
                                                              String path,
                                                              String iface,
                                                              String property)
      • getAllProperties

        public org.freedesktop.dbus.types.Variant getAllProperties​(String service,
                                                                   String path,
                                                                   String iface)
      • setProperty

        public void setProperty​(String service,
                                String path,
                                String iface,
                                String property,
                                org.freedesktop.dbus.types.Variant value)
      • getConnection

        public org.freedesktop.dbus.connections.impl.DBusConnection getConnection()