Package | Description |
---|---|
org.codefx.libfx.concurrent.when |
Allows to make sure some action which is triggered by a change on an
ObservableValue gets executed under threading. |
Class and Description |
---|
ExecuteAlwaysWhen
Executes an action when an
ObservableValue 's value fulfills a certain condition. |
ExecuteOnceWhen
Executes an action when an
ObservableValue 's value fulfills a certain condition. |
ExecuteWhen
Builder for
ExecuteAlwaysWhen and ExecuteOnceWhen . |
This documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.