Uses of Enum Class
com.lucimber.dbus.connection.ConnectionEventType
Packages that use ConnectionEventType
Package
Description
Connection management, lifecycle, and handler pipeline for D-Bus communication.
-
Uses of ConnectionEventType in com.lucimber.dbus.connection
Methods in com.lucimber.dbus.connection that return ConnectionEventTypeModifier and TypeMethodDescriptionConnectionEvent.getType()
static ConnectionEventType
Returns the enum constant of this class with the specified name.static ConnectionEventType[]
ConnectionEventType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.lucimber.dbus.connection with parameters of type ConnectionEventTypeModifier and TypeMethodDescriptionstatic ConnectionEvent.Builder
ConnectionEvent.builder
(ConnectionEventType type) Creates a new builder for constructing connection events.boolean
DummyConnection.waitForEvent
(ConnectionEventType eventType, long timeout, TimeUnit unit) Waits for a specific connection event to occur.