org.jsqltool.replication.gui
Class ReplicationFrame_cancelButton_actionAdapter

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

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


Field Summary
(package private)  ReplicationFrame adaptee
           
 
Constructor Summary
(package private) ReplicationFrame_cancelButton_actionAdapter(ReplicationFrame 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

ReplicationFrame adaptee
Constructor Detail

ReplicationFrame_cancelButton_actionAdapter

ReplicationFrame_cancelButton_actionAdapter(ReplicationFrame adaptee)
Method Detail

actionPerformed

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