|
||||||||||
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
Constructor Summary | |
---|---|
ValueChangedEvent(Control source,
T newValue)
Create a value changed event. |
Method Summary | |
---|---|
Control |
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(Control source, T newValue)
source
- the control holding the value.newValue
- the updated value.Method Detail |
---|
public Control getSource()
public T getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |