com.std.controller
Class ControlledActionListener

java.lang.Object
  extended by com.std.controller.ControlledActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ControlledActionListener
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
ControlledActionListener(java.lang.String method)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlledActionListener

public ControlledActionListener(java.lang.String method)
                         throws java.lang.NoSuchMethodException
Throws:
java.lang.NoSuchMethodException
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Specified by:
actionPerformed in interface java.awt.event.ActionListener