Uses of Enum Class
org.freedesktop.dbus.connections.base.DBusBoundPropertyHandler.PropHandled
Packages that use DBusBoundPropertyHandler.PropHandled
-
Uses of DBusBoundPropertyHandler.PropHandled in org.freedesktop.dbus.connections.base
Methods in org.freedesktop.dbus.connections.base that return DBusBoundPropertyHandler.PropHandledModifier and TypeMethodDescriptionprotected DBusBoundPropertyHandler.PropHandledDBusBoundPropertyHandler.handleDBusBoundProperties(ExportedObject _exportObject, MethodCall _methodCall, Object[] _params) Method which handles the magic related toDBusBoundPropertyannotation.
It takes care of proper method calling (calling Get/Set stuff on DBus Properties interface)
and will also take care of converting wrapped Variant types.protected DBusBoundPropertyHandler.PropHandledDBusBoundPropertyHandler.handleGet(ExportedObject _exportObject, MethodCall _methodCall, Object[] _params) Called when 'Get' method of DBusPropertiesinterface is called.protected DBusBoundPropertyHandler.PropHandledDBusBoundPropertyHandler.handleGetAll(ExportedObject _exportObject, MethodCall _methodCall) Called when 'GetAll' method of DBusPropertiesinterface is called.protected DBusBoundPropertyHandler.PropHandledDBusBoundPropertyHandler.handleSet(ExportedObject _exportObject, MethodCall _methodCall, Object[] _params) Called when 'Set' method of DBusPropertiesinterface is called.Returns the enum constant of this class with the specified name.static DBusBoundPropertyHandler.PropHandled[]DBusBoundPropertyHandler.PropHandled.values()Returns an array containing the constants of this enum class, in the order they are declared.