Klasse DBusSignal

java.lang.Object
org.freedesktop.dbus.messages.Message
org.freedesktop.dbus.messages.DBusSignal
Bekannte direkte Unterklassen:
DBus.NameAcquired, DBus.NameLost, DBus.NameOwnerChanged, ObjectManager.InterfacesAdded, ObjectManager.InterfacesRemoved, Properties.PropertiesChanged

public class DBusSignal extends Message
  • Konstruktordetails

    • DBusSignal

      protected DBusSignal(byte _endianess, String _source, String _path, String _iface, String _member, String _sig, Object... _args) throws DBusException
      Löst aus:
      DBusException
    • DBusSignal

      protected DBusSignal(String _objectPath, Object... _args) throws DBusException
      Create a new signal. This constructor MUST be called by all sub classes.
      Parameter:
      _objectPath - The path to the object this is emitted from.
      _args - The parameters of the signal.
      Löst aus:
      DBusException - This is thrown if the subclass is incorrectly defined.
    • DBusSignal

      protected DBusSignal(byte _endianess, String _objectPath, Object... _args) throws DBusException
      Create a new signal. This contructor MUST be called by all sub classes.
      Parameter:
      _endianess - message endianess
      _objectPath - The path to the object this is emitted from.
      _args - The parameters of the signal.
      Löst aus:
      DBusException - This is thrown if the subclass is incorrectly defined.
  • Methodendetails