jagafa
Class GameController

java.lang.Object
  extended by jagafa.GameController
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, java.util.Observer

public class GameController
extends java.lang.Object
implements java.util.Observer, java.awt.event.ActionListener

GameController skeleton


Constructor Summary
GameController()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
           
 void startGame(ScoreTable scoreTable)
           
 void update(java.util.Observable arg0, java.lang.Object arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameController

public GameController()
Method Detail

startGame

public void startGame(ScoreTable scoreTable)

update

public void update(java.util.Observable arg0,
                   java.lang.Object arg1)
Specified by:
update in interface java.util.Observer

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent arg0)
Specified by:
actionPerformed in interface java.awt.event.ActionListener


Copyright 2005 MA Software. All Rights Reserved.