Uses of Interface
org.freedesktop.dbus.connections.IDisconnectCallback
-
Packages that use IDisconnectCallback Package Description org.freedesktop.dbus.connections org.freedesktop.dbus.connections.impl -
-
Uses of IDisconnectCallback in org.freedesktop.dbus.connections
Fields in org.freedesktop.dbus.connections with type parameters of type IDisconnectCallback Modifier and Type Field Description private java.util.Optional<IDisconnectCallback>AbstractConnection. disconnectCallbackMethods in org.freedesktop.dbus.connections that return IDisconnectCallback Modifier and Type Method Description IDisconnectCallbackAbstractConnection. getDisconnectCallback()Returns the currently configured disconnect callback.Methods in org.freedesktop.dbus.connections with parameters of type IDisconnectCallback Modifier and Type Method Description voidAbstractConnection. 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 IDisconnectCallback Modifier and Type Field Description private IDisconnectCallbackBaseConnectionBuilder. disconnectCallbackMethods in org.freedesktop.dbus.connections.impl that return IDisconnectCallback Modifier and Type Method Description protected IDisconnectCallbackBaseConnectionBuilder. getDisconnectCallback()Methods in org.freedesktop.dbus.connections.impl with parameters of type IDisconnectCallback Modifier and Type Method Description RBaseConnectionBuilder. withDisconnectCallback(IDisconnectCallback _disconnectCallback)Set the given disconnect callback to the created connection.
-