org.tiling.game
Interface MoveListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
PrisonersDilemmaGame.EchoMoveListener

public interface MoveListener
extends java.util.EventListener


Method Summary
 void moveCompleted(MoveEvent event)
           
 

Method Detail

moveCompleted

public void moveCompleted(MoveEvent event)