org.ejtools.adwt
Class GenericCustomizer.MethodInvoker

java.lang.Object
  |
  +--org.ejtools.adwt.GenericCustomizer.MethodInvoker
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
GenericCustomizer

protected class GenericCustomizer.MethodInvoker
extends java.lang.Object
implements java.awt.event.ActionListener

Description of the Class

Version:
$Revision: 1.10 $
Author:
root

Field Summary
protected  java.beans.MethodDescriptor methoddescriptor
          Description of the Field
 
Constructor Summary
GenericCustomizer.MethodInvoker(java.beans.MethodDescriptor methoddescriptor)
          Constructor for the MethodInvoker object
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent actionevent)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methoddescriptor

protected java.beans.MethodDescriptor methoddescriptor
Description of the Field

Constructor Detail

GenericCustomizer.MethodInvoker

public GenericCustomizer.MethodInvoker(java.beans.MethodDescriptor methoddescriptor)
Constructor for the MethodInvoker object

Parameters:
methoddescriptor - Description of Parameter
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent actionevent)
Description of the Method

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
actionevent - Description of Parameter


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.