Package org.geotools.swing.control
Interface ValueChangedListener
-
public interface ValueChangedListenerA listener to work with controls derived fromJValueTextField.- Since:
- 2.6.1
- Author:
- Michael Bedward
- See Also:
JValueField,ValueChangedEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonValueChanged(ValueChangedEvent ev)Called by the control whose value has just changed
-
-
-
Method Detail
-
onValueChanged
void onValueChanged(ValueChangedEvent ev)
Called by the control whose value has just changed- Parameters:
ev- the event
-
-