public interface PeerDisconnectedEventListener
Implementors can listen to events indicating a peer disconnecting.
| Modifier and Type | Method and Description |
|---|---|
void |
onPeerDisconnected(Peer peer,
int peerCount)
Called when a peer is disconnected.
|
void onPeerDisconnected(Peer peer, int peerCount)
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.peer - peerCount - the total number of connected peersCopyright © 2018. All rights reserved.