Uses of Interface
org.freedesktop.dbus.connections.IDisconnectCallback
Packages that use IDisconnectCallback
-
Uses of IDisconnectCallback in org.freedesktop.dbus.connections
Fields in org.freedesktop.dbus.connections with type parameters of type IDisconnectCallbackModifier and TypeFieldDescriptionprivate Optional<IDisconnectCallback> AbstractConnection.disconnectCallbackMethods in org.freedesktop.dbus.connections that return IDisconnectCallbackModifier and TypeMethodDescriptionAbstractConnection.getDisconnectCallback()Returns the currently configured disconnect callback.Methods in org.freedesktop.dbus.connections with parameters of type IDisconnectCallbackModifier and TypeMethodDescriptionvoidAbstractConnection.setDisconnectCallback(IDisconnectCallback _disconnectCallback) Set the callback which will be notified when a disconnection happens. -
Uses of IDisconnectCallback in org.freedesktop.dbus.connections.impl
Fields in org.freedesktop.dbus.connections.impl declared as IDisconnectCallbackModifier and TypeFieldDescriptionprivate IDisconnectCallbackBaseConnectionBuilder.disconnectCallbackMethods in org.freedesktop.dbus.connections.impl that return IDisconnectCallbackModifier and TypeMethodDescriptionprotected IDisconnectCallbackBaseConnectionBuilder.getDisconnectCallback()Methods in org.freedesktop.dbus.connections.impl with parameters of type IDisconnectCallbackModifier and TypeMethodDescriptionBaseConnectionBuilder.withDisconnectCallback(IDisconnectCallback _disconnectCallback) Set the given disconnect callback to the created connection.