Class Service.CollectionChanged

java.lang.Object
org.freedesktop.dbus.messages.Message
org.freedesktop.dbus.messages.DBusSignal
org.freedesktop.secret.interfaces.Service.CollectionChanged
Enclosing interface:
Service

public static class Service.CollectionChanged 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
    final org.freedesktop.dbus.DBusPath
     

    Fields inherited from class org.freedesktop.dbus.messages.Message

    logger, MAXIMUM_ARRAY_LENGTH, MAXIMUM_MESSAGE_LENGTH, MAXIMUM_NUM_UNIX_FDS, PROTOCOL
  • Constructor Summary

    Constructors
    Constructor
    Description
    CollectionChanged(String path, org.freedesktop.dbus.DBusPath collection)
    A collection was changed.
  • Method Summary

    Methods inherited from class org.freedesktop.dbus.messages.DBusSignal

    appendbody, createReal

    Methods inherited from class org.freedesktop.dbus.messages.Message

    align, append, appendByte, appendBytes, appendint, createHeaderArgs, 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, padAndMarshall, setArgs, setByteCounter, setSerial, setSource, setWiredata, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • collection

      public final org.freedesktop.dbus.DBusPath collection
  • Constructor Details

    • CollectionChanged

      public CollectionChanged(String path, org.freedesktop.dbus.DBusPath collection) throws org.freedesktop.dbus.exceptions.DBusException
      A collection was changed.
      Parameters:
      path - The path to the object this is emitted from.
      collection - Collection that was changed.
      Throws:
      org.freedesktop.dbus.exceptions.DBusException - Could not communicate properly with the D-Bus.