V - the type of the valuepublic interface Value<V> extends ValueObserver<V>
| Modifier and Type | Method and Description |
|---|---|
ValueObserver<V> |
getObserver() |
void |
set(V value)
Sets the value, setting the same value again does not trigger a value change
|
addDataListener, addListener, get, getChangeObserver, isNullable, removeDataListener, removeListenervoid set(V value)
value - the valueValueObserver<V> getObserver()