org.gswing.gui
Class Exit

java.lang.Object
  extended by org.gswing.gui.MenuComponent
      extended by org.gswing.gui.Exit
All Implemented Interfaces:
ActionListener, EventListener, IComponent, IDatabaseListener, IMenuComponent

public class Exit
extends MenuComponent

Class deals with the closing down of the GUI.


Constructor Summary
Exit()
          Constructor.
 
Method Summary
 void actionPerformed(ActionEvent arg0)
          Close DB connection and exit.
 
Methods inherited from class org.gswing.gui.MenuComponent
connectionChanged, getDbManager, getFramework, getMenuItem, initialise, initialise
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exit

public Exit()
Constructor.

Method Detail

actionPerformed

public void actionPerformed(ActionEvent arg0)
Close DB connection and exit.

Specified by:
actionPerformed in interface ActionListener
Overrides:
actionPerformed in class MenuComponent


Copyright © 2008. All Rights Reserved.