Interface WritableObservableValue<V>

Type Parameters:
V - type of the value.
All Superinterfaces:
EventSource<ObservableEvent<V>,ObservableEventListener<? super V>>, ObservableValue<V>, ReadableValue<V>, Supplier<V>, WritableValue<V>
All Known Implementing Classes:
AbstractWritableObservableValue

public interface WritableObservableValue<V> extends ObservableValue<V>, WritableValue<V>
ObservableValue that is writable and allows to set its value.
Since:
1.0.0