org.freedesktop
Class DBus.NameOwnerChanged
java.lang.Object
org.freedesktop.dbus.Message
org.freedesktop.dbus.DBusSignal
org.freedesktop.DBus.NameOwnerChanged
- Enclosing interface:
- DBus
public static class DBus.NameOwnerChanged
- extends DBusSignal
Signal sent when the owner of a name changes
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 |
name
public final String name
old_owner
public final String old_owner
new_owner
public final String new_owner
DBus.NameOwnerChanged
public DBus.NameOwnerChanged(String path,
String name,
String old_owner,
String new_owner)
throws DBusException
- Throws:
DBusException