Package com.biglybt.pif.messaging
Interface MessageManagerListener
public interface MessageManagerListener
Listener for message manager events.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
compatiblePeerFound
(Download download, Peer peer, Message message) Notify of new peer connection that supports the given message type.void
peerRemoved
(Download download, Peer peer) Notify of peer connection removal.
-
Method Details
-
compatiblePeerFound
Notify of new peer connection that supports the given message type.- Parameters:
download
- containing the peerpeer
- that supports the message typemessage
- that is supported
-
peerRemoved
Notify of peer connection removal.- Parameters:
download
- that contained the peerpeer
- that was dropped
-