Property
Property baseclass providing observable fields.
Parameters
T
Type of boxed data.
initial Value
Initial value of this property.
Constructors
Functions
Link copied to clipboard
Adds a listener silently.
Link copied to clipboard
Adds a listener and calls ValueObserver.update on this new listener with given initial value.
Link copied to clipboard
Removes all listeners.
Link copied to clipboard
Notifies all listeners with current value.
Link copied to clipboard
Removes a listener.