Class Service.CollectionCreated
- java.lang.Object
-
- org.freedesktop.dbus.messages.Message
-
- org.freedesktop.dbus.messages.DBusSignal
-
- org.freedesktop.secret.interfaces.Service.CollectionCreated
-
- Enclosing class:
- Service
public static class Service.CollectionCreated extends org.freedesktop.dbus.messages.DBusSignal
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.freedesktop.dbus.messages.Message
org.freedesktop.dbus.messages.Message.ArgumentType, org.freedesktop.dbus.messages.Message.Endian, org.freedesktop.dbus.messages.Message.Flags, org.freedesktop.dbus.messages.Message.HeaderField, org.freedesktop.dbus.messages.Message.MessageType
-
-
Field Summary
Fields Modifier and Type Field Description org.freedesktop.dbus.DBusPathcollection
-
Constructor Summary
Constructors Constructor Description CollectionCreated(String path, org.freedesktop.dbus.DBusPath collection)A collection was created.
-
Method Summary
-
Methods inherited from class org.freedesktop.dbus.messages.DBusSignal
appendbody, createReal, toString
-
Methods inherited from class org.freedesktop.dbus.messages.Message
align, append, appendByte, appendBytes, appendint, demarshallint, demarshallint, demarshallintBig, demarshallintLittle, extract, extract, getAlignment, getByteCounter, getDestination, getEndianess, getFiledescriptors, getFlags, getHeader, getHeaderFieldName, getHeaders, getInterface, getName, getParameters, getPath, getReplySerial, getSerial, getSig, getSource, getType, getWiredata, getWireData, marshallint, marshallintBig, marshallintLittle, pad, setArgs, setByteCounter, setSerial, setSource, setWiredata
-
-
-
-
Constructor Detail
-
CollectionCreated
public CollectionCreated(String path, org.freedesktop.dbus.DBusPath collection) throws org.freedesktop.dbus.exceptions.DBusException
A collection was created.- Parameters:
path- The path to the object this is emitted from.collection- Collection that was created.- Throws:
org.freedesktop.dbus.exceptions.DBusException- Could not communicate properly with the D-Bus.
-
-