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

Quick Search    Search Deep

cf
Class CFInterface_jButtonDestDir_actionAdapter  view CFInterface_jButtonDestDir_actionAdapter download CFInterface_jButtonDestDir_actionAdapter.java

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

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


Field Summary
private  CFInterface adaptee
           
 
Constructor Summary
(package private) CFInterface_jButtonDestDir_actionAdapter(CFInterface 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 adaptee
Constructor Detail

CFInterface_jButtonDestDir_actionAdapter

CFInterface_jButtonDestDir_actionAdapter(CFInterface 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