Class ObservableValueBase<T>

java.lang.Object
net.thevpc.common.props.impl.PropertyBase
net.thevpc.common.props.impl.ObservableValueBase<T>
All Implemented Interfaces:
GetValueModel<T>, ObservableValue<T>, Property
Direct Known Subclasses:
WritableValueBase

public abstract class ObservableValueBase<T> extends PropertyBase implements ObservableValue<T>