net.sourceforge.obby4j.listeners
Interface ProtocolListener

All Known Implementing Classes:
Client

public interface ProtocolListener

A listener interface for clients interested in low-level protocol messages.


Method Summary
 void commandReceived(Command command)
          Gets called with every valid obby command received.
 

Method Detail

commandReceived

void commandReceived(Command command)
Gets called with every valid obby command received.

Parameters:
command - an obby protocol command