Uses of Interface
org.freedesktop.dbus.connections.IDisconnectCallback
Packages that use IDisconnectCallback
-
Uses of IDisconnectCallback in org.freedesktop.dbus.connections.base
Methods in org.freedesktop.dbus.connections.base that return IDisconnectCallbackModifier and TypeMethodDescriptionAbstractConnectionBase.getDisconnectCallback()Returns the currently configured disconnect callback.Methods in org.freedesktop.dbus.connections.base with parameters of type IDisconnectCallbackModifier and TypeMethodDescriptionvoidAbstractConnectionBase.setDisconnectCallback(IDisconnectCallback _disconnectCallback) Deprecated, for removal: This API element is subject to removal in a future version.should be set on construction using the builder -
Uses of IDisconnectCallback in org.freedesktop.dbus.connections.impl
Methods in org.freedesktop.dbus.connections.impl that return IDisconnectCallbackMethods in org.freedesktop.dbus.connections.impl with parameters of type IDisconnectCallbackModifier and TypeMethodDescriptionvoidConnectionConfig.setDisconnectCallback(IDisconnectCallback _disconnectCallback) BaseConnectionBuilder.withDisconnectCallback(IDisconnectCallback _disconnectCallback) Set the given disconnect callback to the created connection.