Interface PeerDisconnectedEventListener


  • public interface PeerDisconnectedEventListener

    Implementors can listen to events indicating a peer disconnecting.

    • Method Detail

      • onPeerDisconnected

        void onPeerDisconnected​(Peer peer,
                                int peerCount)
        Called when a peer is disconnected. Note that this won't be called if the listener is registered on a PeerGroup and the group is in the process of shutting down. If this listener is registered to a Peer instead of a PeerGroup, peerCount will always be 0. This handler can be called without a corresponding invocation of onPeerConnected if the initial connection is never successful.
        Parameters:
        peer -
        peerCount - the total number of connected peers