Package org.geotools.swing.control
Class ValueChangedEvent<T>
Object
ValueChangedEvent<T>
An event published when the value of a control derived from 
JValueField changes.- Since:
 - 2.6.1
 - Author:
 - Michael Bedward
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionValueChangedEvent(Component source, T newValue) Create a value changed event - 
Method Summary
 
- 
Constructor Details
- 
ValueChangedEvent
Create a value changed event- Parameters:
 source- the control holding the valuenewValue- the updated value
 
 - 
 - 
Method Details
- 
getSource
Get the control that invoked this event- Returns:
 - the invoking control
 
 - 
getValue
Get the updated value- Returns:
 - the updated value
 
 
 -