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 ConnectionEvent
ConnectionEvent.healthCheckFailure
(Throwable cause) Creates a health check failure event.static ConnectionEvent
ConnectionEvent.healthCheckSuccess()
Creates a health check success event.static ConnectionEvent
ConnectionEvent.reconnectionAttempt
(int attemptNumber) Creates a reconnection attempt event.static ConnectionEvent
ConnectionEvent.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 TypeMethodDescriptionvoid
ConnectionEventListener.onConnectionEvent
(Connection connection, ConnectionEvent event) Called when a connection event occurs.