V - the value typepublic abstract static class Values.AbstractValue<V> extends Values.AbstractObservableValue<V>
| Constructor and Description |
|---|
AbstractValue() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fireChangeEvent(V value)
Fires the change event for this value, indicating that the underlying value
has changed or at least that it may have changed
|
EventObserver<V> |
getChangeObserver()
Returns an observer notified each time this value changes,
may not return null.
|
getObserverclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddDataListener, addListener, get, isNullable, removeDataListener, removeListenerpublic final EventObserver<V> getChangeObserver()
protected final void fireChangeEvent(V value)
value - the new value