com.realtime.crossfire.jxclient.timeouts
Interface TimeoutEvent


public interface TimeoutEvent

Interface for timeout events to be registered with Timeouts.


Method Summary
 void timeout()
          Will be called when the timeout event is due.
 

Method Detail

timeout

void timeout()
Will be called when the timeout event is due.