All Packages Class Hierarchy This Package Previous Next Index
Interface taxman.GameUpdate
- public interface GameUpdate
An interface garranteeing the gameUpdate method.
This method is called by the game when it needs to coordinate
the user interface components.
-
gameUpdate(Board, Minimax, int)
-
gameUpdate
public abstract void gameUpdate(Board b,
Minimax m,
int flags)
All Packages Class Hierarchy This Package Previous Next Index