Class AbstractObservableValue<V>

Type Parameters:
V - type of the observable value.
All Implemented Interfaces:
EventSource<ObservableEvent<V>,ObservableEventListener<? super V>>, ObservableValue<V>, ReadableValue<V>, Supplier<V>
Direct Known Subclasses:
AbstractWritableObservableValue, Binding

public abstract class AbstractObservableValue<V> extends AbstractEventSender<ObservableEvent<V>,ObservableEventListener<? super V>> implements ObservableValue<V>
Abstract base implementation of ObservableValue that handles ObservableEventListeners.
Since:
1.0.0