org.freedesktop.dbus
public class DBusSignal extends Message
Message.ArgumentType, Message.Endian, Message.Flags, Message.HeaderField, Message.MessageType
bytecounter, flags, globalserial, headers, PROTOCOL, protover, serial, type, wiredata
Modifier | Constructor and Description |
---|---|
protected |
DBusSignal(String objectpath,
Object... args)
Create a new signal.
|
|
DBusSignal(String source,
String path,
String iface,
String member,
String sig,
Object... args) |
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
public DBusSignal(String source, String path, String iface, String member, String sig, Object... args) throws DBusException
DBusException
protected DBusSignal(String objectpath, Object... args) throws DBusException
objectpath
- The path to the object this is emitted from.args
- The parameters of the signal.DBusException
- This is thrown if the subclass is incorrectly defined.