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. |
Modifier and Type | Method and Description |
---|---|
static <T> ExecuteWhen<T> |
ExecuteWhen.on(javafx.beans.value.ObservableValue<T> observable)
Creates a new builder.
|
ExecuteWhen<T> |
ExecuteWhen.when(Predicate<? super T> condition)
Specifies the condition the observable's value must fulfill in order for the action to be executed.
|
This documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.