Skip navigation links

Package org.codefx.libfx.concurrent.when

Allows to make sure some action which is triggered by a change on an ObservableValue gets executed under threading.

See: Description

Package org.codefx.libfx.concurrent.when Description

Allows to make sure some action which is triggered by a change on an 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.

See Also:
ExecuteWhen
Skip navigation links

This documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.