Package org.openjump.swing.listener
Class InvokeMethodActionListener
- java.lang.Object
-
- org.openjump.swing.listener.InvokeMethodActionListener
-
- All Implemented Interfaces:
ActionListener
,EventListener
public class InvokeMethodActionListener extends Object implements ActionListener
An ActionListener that invokes the method on the object when the action is performed.- Author:
- Paul Austin
-
-
Constructor Summary
Constructors Constructor Description InvokeMethodActionListener(Object object, String methodName)
InvokeMethodActionListener(Object object, String methodName, boolean invokeLater)
InvokeMethodActionListener(Object object, String methodName, Object[] parameters)
InvokeMethodActionListener(Object object, String methodName, Object[] parameters, boolean invokeLater)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(ActionEvent event)
-
-
-
Method Detail
-
actionPerformed
public void actionPerformed(ActionEvent event)
- Specified by:
actionPerformed
in interfaceActionListener
-
-