Package org.openjump.swing.listener
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 Summary
Constructors Constructor Description InvokeMethodListSelectionListener(Object object, String methodName)
InvokeMethodListSelectionListener(Object object, String methodName, boolean invokeLater)
InvokeMethodListSelectionListener(Object object, String methodName, Object[] parameters)
InvokeMethodListSelectionListener(Object object, String methodName, Object[] parameters, boolean invokeLater)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
valueChanged(ListSelectionEvent e)
-
-
-
Constructor Detail
-
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)
-
-
Method Detail
-
valueChanged
public void valueChanged(ListSelectionEvent e)
- Specified by:
valueChanged
in interfaceListSelectionListener
-
-