All Packages Class Hierarchy This Package Previous Next Index
Class kpalin.alabra.ChessMenuListener
java.lang.Object
|
+----kpalin.alabra.ChessMenuListener
- public class ChessMenuListener
- extends Object
- implements ActionListener
This handles menuactions and controls gameplay.
- Author:
- Kimmo Palin
-
appBase
- This is the on going chessgame which can be controled
via menus.
-
ChessMenuListener(AppForm)
- Creates new ChessMenuListener.
-
actionPerformed(ActionEvent)
- Here we figure out what menuoption the user klicked and call proper
handler.
appBase
private AppForm appBase
- This is the on going chessgame which can be controled
via menus.
ChessMenuListener
ChessMenuListener(AppForm ab)
- Creates new ChessMenuListener.
actionPerformed
public void actionPerformed(ActionEvent e)
- Here we figure out what menuoption the user klicked and call proper
handler.
All Packages Class Hierarchy This Package Previous Next Index