org.freedesktop
Class DBus.NameOwnerChanged

java.lang.Object
  extended by org.freedesktop.dbus.Message
      extended by org.freedesktop.dbus.DBusSignal
          extended by org.freedesktop.DBus.NameOwnerChanged
Enclosing interface:
DBus

public static class DBus.NameOwnerChanged
extends DBusSignal

Signal sent when the owner of a name changes


Nested Class Summary
 
Nested classes/interfaces inherited from class org.freedesktop.dbus.Message
Message.ArgumentType, Message.Endian, Message.Flags, Message.HeaderField, Message.MessageType
 
Field Summary
 String name
           
 String new_owner
           
 String old_owner
           
 
Fields inherited from class org.freedesktop.dbus.Message
bytecounter, flags, globalserial, headers, PROTOCOL, protover, serial, type, wiredata
 
Constructor Summary
DBus.NameOwnerChanged(String path, String name, String old_owner, String new_owner)
           
 
Method Summary
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public final String name

old_owner

public final String old_owner

new_owner

public final String new_owner
Constructor Detail

DBus.NameOwnerChanged

public DBus.NameOwnerChanged(String path,
                             String name,
                             String old_owner,
                             String new_owner)
                      throws DBusException
Throws:
DBusException