org.freedesktop.dbus

Class DBusSignal

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.

Constructor Detail

DBusSignal

public DBusSignal(String source, String path, String iface, String member, String sig, Object... args)

DBusSignal

protected DBusSignal(String objectpath, Object... args)
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.