org.moyoman.comm.client
Interface RequestMoveListener

All Known Implementing Classes:
Moyoman

public interface RequestMoveListener

This interface is implemented by a class that wishes to receive request move events.


Method Summary
 void requestMoveEventOccurred(RequestMoveEvent rme)
          This method is called when a request move event occurs on the player for whom the listener is registered.
 

Method Detail

requestMoveEventOccurred

public void requestMoveEventOccurred(RequestMoveEvent rme)
This method is called when a request move event occurs on the player for whom the listener is registered.

Parameters:
rme - The RequestMovEvent object.