Class InvokeMethodListSelectionListener

java.lang.Object
org.openjump.swing.listener.InvokeMethodListSelectionListener
All Implemented Interfaces:
EventListener, ListSelectionListener

public class InvokeMethodListSelectionListener extends Object implements ListSelectionListener
An ActionListener that invokes the method on the object when the action is performed.
Author:
Paul Austin
  • Constructor Details

    • InvokeMethodListSelectionListener

      public InvokeMethodListSelectionListener(Object object, String methodName)
    • InvokeMethodListSelectionListener

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

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

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