Uses of Class
com.lucimber.dbus.connection.ConnectionEvent
Packages that use ConnectionEvent
Package
Description
Connection management, lifecycle, and handler pipeline for D-Bus communication.
-
Uses of ConnectionEvent in com.lucimber.dbus.connection
Methods in com.lucimber.dbus.connection that return ConnectionEventModifier and TypeMethodDescriptionConnectionEvent.Builder.build()static ConnectionEventConnectionEvent.healthCheckFailure(Throwable cause) Creates a health check failure event.static ConnectionEventConnectionEvent.healthCheckSuccess()Creates a health check success event.static ConnectionEventConnectionEvent.reconnectionAttempt(int attemptNumber) Creates a reconnection attempt event.static ConnectionEventConnectionEvent.stateChanged(ConnectionState oldState, ConnectionState newState) Creates a state change event.Methods in com.lucimber.dbus.connection that return types with arguments of type ConnectionEventModifier and TypeMethodDescriptionDummyConnection.getConnectionEvents()Returns all connection events that have occurred.Methods in com.lucimber.dbus.connection with parameters of type ConnectionEventModifier and TypeMethodDescriptionvoidConnectionEventListener.onConnectionEvent(Connection connection, ConnectionEvent event) Called when a connection event occurs.