Uses of Interface
com.lucimber.dbus.connection.ConnectionEventListener
Packages that use ConnectionEventListener
Package
Description
Connection management, lifecycle, and handler pipeline for D-Bus communication.
Netty-based transport implementation for high-performance D-Bus communication.
-
Uses of ConnectionEventListener in com.lucimber.dbus.connection
Methods in com.lucimber.dbus.connection with parameters of type ConnectionEventListenerModifier and TypeMethodDescriptionvoid
Connection.addConnectionEventListener
(ConnectionEventListener listener) Adds a connection event listener to receive notifications about connection events.void
ConnectionHealthHandler.addConnectionEventListener
(ConnectionEventListener listener) Adds a connection event listener.void
DummyConnection.addConnectionEventListener
(ConnectionEventListener listener) void
Connection.removeConnectionEventListener
(ConnectionEventListener listener) Removes a connection event listener.void
ConnectionHealthHandler.removeConnectionEventListener
(ConnectionEventListener listener) Removes a connection event listener.void
DummyConnection.removeConnectionEventListener
(ConnectionEventListener listener) -
Uses of ConnectionEventListener in com.lucimber.dbus.netty
Methods in com.lucimber.dbus.netty with parameters of type ConnectionEventListenerModifier and TypeMethodDescriptionvoid
NettyConnection.addConnectionEventListener
(ConnectionEventListener listener) void
NettyConnection.removeConnectionEventListener
(ConnectionEventListener listener)