org.eclipse.ecf.protocol.bittorrent
Interface TorrentConfiguration.IDebugListener

Enclosing class:
TorrentConfiguration

public static interface TorrentConfiguration.IDebugListener

An interface to setup an outlet for debugging messages. Instances of this class should be set with the TorrentConfiguration.setDebugListener(TorrentConfiguration.IDebugListener) method.


Method Summary
 void print(java.lang.String message)
          This method is called when a debugging message has been relayed.
 

Method Detail

print

void print(java.lang.String message)
This method is called when a debugging message has been relayed. Messages will not be sent unless TorrentConfiguration.DEBUG is set to true.

Parameters:
message - the debugging message