poker.util
Interface ReportListener


public interface ReportListener

ReportListener is a interface to recieve all of the logged strings sent to the reporter.


Method Summary
 void reportMessage(java.lang.String s)
           
 

Method Detail

reportMessage

void reportMessage(java.lang.String s)