wt.load.util
Class CXTool_btExit_actionAdapter

java.lang.Object
  extended bywt.load.util.CXTool_btExit_actionAdapter
All Implemented Interfaces:
ActionListener, EventListener

class CXTool_btExit_actionAdapter
extends Object
implements ActionListener


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

Field Detail

adaptee

CXTool adaptee
Constructor Detail

CXTool_btExit_actionAdapter

CXTool_btExit_actionAdapter(CXTool adaptee)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener