jBittorrentAPI
Interface OutgoingListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
DownloadTask

public interface OutgoingListener
extends java.util.EventListener


Method Summary
 void connectionClosed()
          Fired when the connection to the remote peer has been closed
 void keepAliveSent()
          Fired when a keep-alive message has been sent
 

Method Detail

connectionClosed

void connectionClosed()
Fired when the connection to the remote peer has been closed


keepAliveSent

void keepAliveSent()
Fired when a keep-alive message has been sent