Interface PeerStatusEvent


public interface PeerStatusEvent

Event raised when a peer changes status.

 

You should not implement this interface yourself.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the Peer that has changed state.
    Gets the status that the peer has changed state to.
  • Method Details

    • getPeer

      Peer getPeer()
      Gets the Peer that has changed state.
      Returns:
      The peer.
    • getPeerStatus

      PeerStatus getPeerStatus()
      Gets the status that the peer has changed state to.
      Returns:
      The status.