org.freedesktop.dbus
public class DBusSignal extends Message
| Constructor Summary | |
|---|---|
| DBusSignal(String source, String path, String iface, String member, String sig, Object... args) | |
| protected | DBusSignal(String objectpath, Object... args)
Create a new signal.
|
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.