Uses of Interface
org.freedesktop.dbus.connections.IDisconnectCallback
Packages that use IDisconnectCallback
-
Uses of IDisconnectCallback in org.freedesktop.dbus.connections
Methods 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
Methods in org.freedesktop.dbus.connections.impl with parameters of type IDisconnectCallbackModifier and TypeMethodDescriptionDBusConnectionBuilder.withDisconnectCallback(IDisconnectCallback _disconnectCallback) Set the given disconnect callback to the created connection.DirectConnectionBuilder.withDisconnectCallback(IDisconnectCallback _disconnectCallback) Set the given disconnect callback to the created connection.