tuweni / org.apache.tuweni.rlpx.wire / WireConnection / EventListener

EventListener

interface EventListener (source)

Listener of events occurring on the connection.

Functions

onEvent

Callback for the listener to be notified of events.

abstract fun onEvent(event: Event!): Unit