org.freedesktop.dbus
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
Methods inherited from class org.freedesktop.dbus.Message |
align, append, appendByte, appendBytes, appendint, demarshallint, demarshallint, demarshallintBig, demarshallintLittle, extract, extract, getAlignment, getDestination, getFlags, getHeader, getHeaderFieldName, getInterface, getName, getParameters, getPath, getReplySerial, getSerial, getSig, getSource, getWireData, marshallint, marshallintBig, marshallintLittle, pad, setArgs, setSource, toString |
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.