public interface PeerStatusEvent
Event raised when a peer changes status.
You do not have to implement this interface yourself. You will receive these events on your
implementation of ConnectionListener
via the
ConnectionListener.onPeerStatus(PeerStatusEvent)
callback method.
Modifier and Type | Method and Description |
---|---|
Peer |
getPeer()
Gets the
Peer that has changed state. |
PeerStatus |
getPeerStatus()
Gets the status that the peer has changed state to.
|
PeerStatus getPeerStatus()
Please send bug reports and comments to Caplin support