Package org.geotools.swing.control
Interface ValueChangedListener
public interface ValueChangedListener
A listener to work with controls derived from
JValueTextField
.- Since:
- 2.6.1
- Author:
- Michael Bedward
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called by the control whose value has just changed
-
Method Details
-
onValueChanged
Called by the control whose value has just changed- Parameters:
ev
- the event
-