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 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.