ch.aplu.jgamegrid
Interface GGActListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
CardGame, GameGrid, Hand

public interface GGActListener
extends java.util.EventListener

Declarations of the notification method called in every simulation cycle.


Method Summary
 void act()
          Event callback method called in every simulation cycle.
 

Method Detail

act

void act()
Event callback method called in every simulation cycle.