Class InvokeMethodListSelectionListener
java.lang.Object
org.openjump.swing.listener.InvokeMethodListSelectionListener
- All Implemented Interfaces:
EventListener, ListSelectionListener
An ActionListener that invokes the method on the object when the action is
performed.
- Author:
- Paul Austin
-
Constructor Summary
ConstructorsConstructorDescriptionInvokeMethodListSelectionListener(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
-
Constructor Details
-
InvokeMethodListSelectionListener
-
InvokeMethodListSelectionListener
-
InvokeMethodListSelectionListener
-
InvokeMethodListSelectionListener
-
-
Method Details
-
valueChanged
- Specified by:
valueChangedin interfaceListSelectionListener
-