org.gswing.gui
Class CloseConnection

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

public class CloseConnection
extends MenuComponent

Class deals with closing the database connection from the GUI menu option.


Constructor Summary
CloseConnection()
          Initialise a close connection menu component with a database connection.
 
Method Summary
 void actionPerformed(ActionEvent ev)
           
 
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

CloseConnection

public CloseConnection()
Initialise a close connection menu component with a database connection.

Method Detail

actionPerformed

public void actionPerformed(ActionEvent ev)
Specified by:
actionPerformed in interface ActionListener
Overrides:
actionPerformed in class MenuComponent


Copyright © 2008. All Rights Reserved.