|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.swing.control.ValueChangedEvent<T>
public class ValueChangedEvent<T>
An event published when the value of a control derived from JValueField
changes.
JValueField
,
ValueChangedListener
Constructor Summary | |
---|---|
ValueChangedEvent(java.awt.Component source,
T newValue)
Create a value changed event |
Method Summary | |
---|---|
java.awt.Component |
getSource()
Get the control that invoked this event |
T |
getValue()
Get the updated value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValueChangedEvent(java.awt.Component source, T newValue)
source
- the control holding the valuenewValue
- the updated valueMethod Detail |
---|
public java.awt.Component getSource()
public T getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |