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