T - the type passed to the callbackpublic abstract class Util<T>
extends java.lang.Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Callback<T> |
onFX(Callback<T> callback)
Wrap a give callback to always run on the javafx threa
|