ObservableValue
gets executed under threading.See: Description
Class | Description |
---|---|
ExecuteAlwaysWhen<T> |
Executes an action when an
ObservableValue 's value fulfills a certain condition. |
ExecuteOnceWhen<T> |
Executes an action when an
ObservableValue 's value fulfills a certain condition. |
ExecuteWhen<T> |
Builder for
ExecuteAlwaysWhen and ExecuteOnceWhen . |
ObservableValue
gets executed under threading.
Refer to the two classes ExecuteOnceWhen
and
ExecuteAlwaysWhen
for a detailed description. Instances of
those classes can be built with ExecuteWhen
.
ExecuteWhen
This documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.