Interface MovementRequestListener

All Known Implementing Classes:
MovementRequestEventMulticaster, ParserTest

public abstract interface MovementRequestListener
extends java.util.EventListener

Represents that a class has the capacity to process MovementRequestEvents.


Method Summary
 void movementRequested(MovementRequestEvent e)
           
 

Method Detail

movementRequested

public void movementRequested(MovementRequestEvent e)