|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cvut.agents.rph.core.GameController
public abstract class GameController
Controller of the game. Author: Ondrej Vanek Date: 10/3/12 Time: 9:51 AM
Field Summary | |
---|---|
protected GameModel |
model
Model of the game. |
Constructor Summary | |
---|---|
GameController(GameModel model)
Constructor of the Controller needs model on his input. |
Method Summary | |
---|---|
abstract GameResult |
run()
Execute the game. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.awt.event.ActionListener |
---|
actionPerformed |
Field Detail |
---|
protected GameModel model
Constructor Detail |
---|
public GameController(GameModel model)
model
- Method Detail |
---|
public abstract GameResult run() throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |