Package org.geotools.swing.control
Class ValueChangedEvent<T>
- Object
-
- ValueChangedEvent<T>
-
public class ValueChangedEvent<T> extends Object
An event published when the value of a control derived fromJValueFieldchanges.- Since:
- 2.6.1
- Author:
- Michael Bedward
- See Also:
JValueField,ValueChangedListener
-
-
Constructor Summary
Constructors Constructor Description ValueChangedEvent(Component source, T newValue)Create a value changed event
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentgetSource()Get the control that invoked this eventTgetValue()Get the updated value
-