Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

cf
Class CFInterface_AddName_btnCancel_actionAdapter  view CFInterface_AddName_btnCancel_actionAdapter download CFInterface_AddName_btnCancel_actionAdapter.java

java.lang.Object
  extended bycf.CFInterface_AddName_btnCancel_actionAdapter
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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


Field Summary
private  CFInterface_AddName adaptee
           
 
Constructor Summary
(package private) CFInterface_AddName_btnCancel_actionAdapter(CFInterface_AddName adaptee)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          This method is invoked when an action occurs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adaptee

private CFInterface_AddName adaptee
Constructor Detail

CFInterface_AddName_btnCancel_actionAdapter

CFInterface_AddName_btnCancel_actionAdapter(CFInterface_AddName adaptee)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Description copied from interface: java.awt.event.ActionListener
This method is invoked when an action occurs.

Specified by:
actionPerformed in interface java.awt.event.ActionListener