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

Variable Index

 o appBase
This is the on going chessgame which can be controled via menus.

Constructor Index

 o ChessMenuListener(AppForm)
Creates new ChessMenuListener.

Method Index

 o actionPerformed(ActionEvent)
Here we figure out what menuoption the user klicked and call proper handler.

Variables

 o appBase
 private AppForm appBase
This is the on going chessgame which can be controled via menus.

Constructors

 o ChessMenuListener
 ChessMenuListener(AppForm ab)
Creates new ChessMenuListener.

Methods

 o 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