org.jsqltool.conn.gui
Class ConnectionDialog_cancelButton_actionAdapter

java.lang.Object
  |
  +--org.jsqltool.conn.gui.ConnectionDialog_cancelButton_actionAdapter
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

class ConnectionDialog_cancelButton_actionAdapter
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
(package private)  ConnectionDialog adaptee
           
 
Constructor Summary
(package private) ConnectionDialog_cancelButton_actionAdapter(ConnectionDialog adaptee)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adaptee

ConnectionDialog adaptee
Constructor Detail

ConnectionDialog_cancelButton_actionAdapter

ConnectionDialog_cancelButton_actionAdapter(ConnectionDialog adaptee)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener