com.realtime.crossfire.jxclient.server.crossfire
Interface CrossfireComcListener


public interface CrossfireComcListener

Interface for listeners interested in comc commands received from the server.


Method Summary
 void commandComcReceived(int packetNo, int time)
          Called whenever a comc command has been received.
 

Method Detail

commandComcReceived

void commandComcReceived(int packetNo,
                         int time)
Called whenever a comc command has been received.

Parameters:
packetNo - The command number.
time - The execution time.