Class ObjectManager.InterfacesRemoved
java.lang.Object
org.freedesktop.dbus.messages.Message
org.freedesktop.dbus.messages.DBusSignal
org.freedesktop.dbus.interfaces.ObjectManager.InterfacesRemoved
- Enclosing interface:
ObjectManager
Signal generated when an interface is removed
-
Field Summary
FieldsFields inherited from class Message
logger, MAXIMUM_ARRAY_LENGTH, MAXIMUM_MESSAGE_LENGTH, MAXIMUM_NUM_UNIX_FDS, PROTOCOL -
Constructor Summary
ConstructorsConstructorDescriptionInterfacesRemoved(String _objectPath, DBusPath _source, List<String> _interfaces) -
Method Summary
Modifier and TypeMethodDescriptionReturns list of removed DBus interfaces (like org.bluez.Device1).The source DBus object path (e.g.toString()Formats the message in a human-readable format.Methods inherited from class DBusSignal
appendbody, createRealMethods inherited from class Message
align, append, appendByte, appendBytes, appendint, createHeaderArgs, demarshallint, demarshallint, demarshallintBig, demarshallintLittle, extract, extract, getAlignment, getByteCounter, getDestination, getEndianess, getFiledescriptors, getFlags, getHeader, getHeader, getHeaderFieldName, getInterface, getName, getParameters, getParameters, getPath, getReplySerial, getSerial, getSig, getSource, getType, getWireData, marshallint, marshallintBig, marshallintLittle, pad, padAndMarshall, setArgs, setByteCounter, setHeader, setSerial, setSource, setWireData, updateEndianess
-
Field Details
-
signalSource
-
objectPath
-
interfaces
-
-
Constructor Details
-
InterfacesRemoved
public InterfacesRemoved(String _objectPath, DBusPath _source, List<String> _interfaces) throws DBusException - Throws:
DBusException
-
-
Method Details
-
getSignalSource
The source DBus object path (e.g. /org/bluez/hci0/dev_00_11_22_33_44_55).- Returns:
- DBusPath
-
getObjectPath
-
getInterfaces
-
toString
-