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 Details

    • InvokeMethodActionListener

      public InvokeMethodActionListener(Object object, String methodName)
    • InvokeMethodActionListener

      public InvokeMethodActionListener(Object object, String methodName, boolean invokeLater)
    • InvokeMethodActionListener

      public InvokeMethodActionListener(Object object, String methodName, Object[] parameters)
    • InvokeMethodActionListener

      public InvokeMethodActionListener(Object object, String methodName, Object[] parameters, boolean invokeLater)
  • Method Details