Verwendungen von Schnittstelle
org.freedesktop.dbus.connections.IDisconnectCallback
Packages, die IDisconnectCallback verwenden
-
Verwendungen von IDisconnectCallback in org.freedesktop.dbus.connections
Methoden in org.freedesktop.dbus.connections, die IDisconnectCallback zurückgebenModifizierer und TypMethodeBeschreibungAbstractConnection.getDisconnectCallback()Returns the currently configured disconnect callback.Methoden in org.freedesktop.dbus.connections mit Parametern vom Typ IDisconnectCallbackModifizierer und TypMethodeBeschreibungvoidAbstractConnection.setDisconnectCallback(IDisconnectCallback _disconnectCallback) Set the callback which will be notified when a disconnection happens. -
Verwendungen von IDisconnectCallback in org.freedesktop.dbus.connections.impl
Methoden in org.freedesktop.dbus.connections.impl, die IDisconnectCallback zurückgebenModifizierer und TypMethodeBeschreibungprotected IDisconnectCallbackBaseConnectionBuilder.getDisconnectCallback()Methoden in org.freedesktop.dbus.connections.impl mit Parametern vom Typ IDisconnectCallbackModifizierer und TypMethodeBeschreibungBaseConnectionBuilder.withDisconnectCallback(IDisconnectCallback _disconnectCallback) Set the given disconnect callback to the created connection.