FileDocCategorySizeDatePackage
MessageManagerListener.javaAPI DocAzureus 3.0.3.41679Thu Feb 09 19:43:12 GMT 2006org.gudy.azureus2.plugins.messaging

MessageManagerListener

public interface MessageManagerListener
Listener for message manager events.

Fields Summary
Constructors Summary
Methods Summary
public voidcompatiblePeerFound(org.gudy.azureus2.plugins.download.Download download, org.gudy.azureus2.plugins.peers.Peer peer, Message message)
Notify of new peer connection that supports the given message type.

param
download containing the peer
param
peer that supports the message type
param
message that is supported

public voidpeerRemoved(org.gudy.azureus2.plugins.download.Download download, org.gudy.azureus2.plugins.peers.Peer peer)
Notify of peer connection removal.

param
download that contained the peer
param
peer that was dropped