Package com.caplin.datasource
Interface PeerStatusEvent
public interface PeerStatusEvent
Event raised when a peer changes status.
You should not implement this interface yourself.
-
Method Details
-
getPeer
Peer getPeer()Gets thePeer
that has changed state.- Returns:
- The peer.
-
getPeerStatus
PeerStatus getPeerStatus()Gets the status that the peer has changed state to.- Returns:
- The status.
-