easik.sketch.util.Export.Database
Class DatabaseUI.ButtonActionListener

java.lang.Object
  extended by easik.sketch.util.Export.Database.DatabaseUI.ButtonActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
DatabaseUI

private class DatabaseUI.ButtonActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

Registers the user's input when the 'ok' or 'cancel' button is pushed.

Since:
2006-05-11 Vera Ranieri
Version:
2006-05-16 Vera Ranieri
Author:
Vera Ranieri

Constructor Summary
private DatabaseUI.ButtonActionListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          called when user presses the 'ok' or 'cancel' button
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseUI.ButtonActionListener

private DatabaseUI.ButtonActionListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
called when user presses the 'ok' or 'cancel' button

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - The action event