org.openjump.swing.listener
Class InvokeMethodActionListener
java.lang.Object
org.openjump.swing.listener.InvokeMethodActionListener
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
public class InvokeMethodActionListener
- extends java.lang.Object
- implements java.awt.event.ActionListener
An ActionListener that invokes the method on the object when the action is
performed.
- Author:
- Paul Austin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvokeMethodActionListener
public InvokeMethodActionListener(java.lang.Object object,
java.lang.String methodName)
InvokeMethodActionListener
public InvokeMethodActionListener(java.lang.Object object,
java.lang.String methodName,
boolean invokeLater)
InvokeMethodActionListener
public InvokeMethodActionListener(java.lang.Object object,
java.lang.String methodName,
java.lang.Object[] parameters)
InvokeMethodActionListener
public InvokeMethodActionListener(java.lang.Object object,
java.lang.String methodName,
java.lang.Object[] parameters,
boolean invokeLater)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent event)
- Specified by:
actionPerformed in interface java.awt.event.ActionListener