Modul org.freedesktop.dbus
Package org.freedesktop.dbus.interfaces
Klasse ObjectManager.InterfacesRemoved
java.lang.Object
org.freedesktop.dbus.messages.Message
org.freedesktop.dbus.messages.DBusSignal
org.freedesktop.dbus.interfaces.ObjectManager.InterfacesRemoved
- Umschließende Schnittstelle:
ObjectManager
Signal generated when an interface is removed
-
Feldübersicht
Von Klasse geerbte Felder org.freedesktop.dbus.messages.Message
logger, MAXIMUM_ARRAY_LENGTH, MAXIMUM_MESSAGE_LENGTH, MAXIMUM_NUM_UNIX_FDS, PROTOCOL
-
Konstruktorübersicht
KonstruktorBeschreibungInterfacesRemoved
(String _objectPath, DBusPath _source, List<String> _interfaces) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns 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.Von Klasse geerbte Methoden org.freedesktop.dbus.messages.DBusSignal
appendbody, createReal
Von Klasse geerbte Methoden org.freedesktop.dbus.messages.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, getPath, getReplySerial, getSerial, getSig, getSource, getType, getWireData, marshallint, marshallintBig, marshallintLittle, pad, padAndMarshall, setArgs, setByteCounter, setHeader, setSerial, setSource, setWireData, updateEndianess
-
Felddetails
-
signalSource
-
objectPath
-
interfaces
-
-
Konstruktordetails
-
InterfacesRemoved
public InterfacesRemoved(String _objectPath, DBusPath _source, List<String> _interfaces) throws DBusException - Löst aus:
DBusException
-
-
Methodendetails
-
getSignalSource
The source DBus object path (e.g. /org/bluez/hci0/dev_00_11_22_33_44_55).- Gibt zurück:
- DBusPath
-
getObjectPath
-
getInterfaces
Returns list of removed DBus interfaces (like org.bluez.Device1).- Gibt zurück:
- List
-
toString
Beschreibung aus Klasse kopiert:Message
Formats the message in a human-readable format.
-