tp.controllers
Class MenuControl

java.lang.Object
  extended by tp.controllers.ActionControl
      extended by tp.controllers.MenuControl
All Implemented Interfaces:
java.awt.event.ActionListener, java.awt.event.ItemListener, java.util.EventListener, javax.swing.event.ChangeListener

public class MenuControl
extends ActionControl

A controller to process events on a main application menu


Field Summary
 
Fields inherited from class tp.controllers.ActionControl
event
 
Constructor Summary
MenuControl()
          Constructor of the class.
 
Method Summary
 void menuExit()
          If the "exit" item from menu is chosen, application is finished.
 
Methods inherited from class tp.controllers.ActionControl
actionPerformed, invokeMethod, itemStateChanged, stateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuControl

public MenuControl()
Constructor of the class.

Method Detail

menuExit

public void menuExit()
If the "exit" item from menu is chosen, application is finished.