AssociationEventListener

An interface that needs to be implemented by the user of a transport to listen to association events

Source:
Transport.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

Called by the transport to notify the listener about an AssociationEvent

Called by the transport to notify the listener about an AssociationEvent

Value parameters:
ev

The AssociationEvent of the transport

Source:
Transport.scala