jBittorrentAPI
Interface ConListenerInterface

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

public interface ConListenerInterface
extends java.util.EventListener


Method Summary
 void connectionAccepted(java.net.Socket s)
          Method called when a new connection is accepted and bound to the given socket
 

Method Detail

connectionAccepted

void connectionAccepted(java.net.Socket s)
Method called when a new connection is accepted and bound to the given socket

Parameters:
s - Socket