org.ejtools.adwt
Class SimpleCustomizer.MethodInvoker

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

protected class SimpleCustomizer.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
SimpleCustomizer.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

SimpleCustomizer.MethodInvoker

public SimpleCustomizer.MethodInvoker(java.beans.MethodDescriptor methodDescriptor)
Constructor for the MethodInvoker object

Parameters:
methodDescriptor - Description of the 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.