com.leafdigital.irc.api
Interface Server.ConnectionProgress

Enclosing interface:
Server

public static interface Server.ConnectionProgress

Interface used to report on progress of connection.


Method Summary
 void progress(java.lang.String xml)
          Method is called from within server thread, so be careful!
 

Method Detail

progress

void progress(java.lang.String xml)
Method is called from within server thread, so be careful!

Parameters:
xml - Text describing progress


Copyright © 2011 Samuel Marshall. All rights reserved.