com.transjam.util
Interface ClientMonitorListener

All Known Implementing Classes:
ClientBase

public interface ClientMonitorListener

Called by ClientMonitor

Author:
Phil Burk (C) 2004

Method Summary
 void gotMessage(TransjamMessage message)
           
 void gotStart()
          Called one when monitor starts.
 void gotStop()
           
 void gotThrowable(java.lang.Throwable thr)
           
 void gotTimeout(int numTimeOuts)
           
 

Method Detail

gotStart

public void gotStart()
Called one when monitor starts.

gotTimeout

public void gotTimeout(int numTimeOuts)
                throws java.io.IOException

gotThrowable

public void gotThrowable(java.lang.Throwable thr)

gotMessage

public void gotMessage(TransjamMessage message)

gotStop

public void gotStop()