Class DBusSignal

java.lang.Object
org.freedesktop.dbus.Message
org.freedesktop.dbus.DBusSignal
Direct Known Subclasses:
DBus.Binding.TestClient.Trigger, DBus.Binding.TestSignals.Triggered, DBus.Local.Disconnected, DBus.NameAcquired, DBus.NameLost, DBus.NameOwnerChanged

public class DBusSignal extends Message
  • Constructor Details

    • DBusSignal

      public DBusSignal(String source, String path, String iface, String member, String sig, Object... args) throws DBusException
      Throws:
      DBusException
    • DBusSignal

      protected DBusSignal(String objectpath, Object... args) throws DBusException
      Create a new signal. This contructor MUST be called by all sub classes.
      Parameters:
      objectpath - The path to the object this is emitted from.
      args - The parameters of the signal.
      Throws:
      DBusException - This is thrown if the subclass is incorrectly defined.