|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.jdesktop.binding.ValueChangeEvent
public class ValueChangeEvent
Event indicating the value of a named data field within a DataModel has changed.
ValueChangeListener,
DataModel,
Serialized Form| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ValueChangeEvent(DataModel source,
java.lang.String fieldName)
Instantiates a new value change event for the specified named field in the data model. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFieldName()
|
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ValueChangeEvent(DataModel source,
java.lang.String fieldName)
source - DataModel containing the changed data fieldfieldName - String containing the name of the field that has changed| Method Detail |
|---|
public java.lang.String getFieldName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||