@FunctionalInterface
public interface ImmediateChangeListener<T>
extends javafx.beans.value.ChangeListener<T>
This type of listener must not make any changes to normal JavaFX properties or call methods on JavaFX nodes, as there is no guarantee that it will occur on the JavaFX thread.
This interface intentionally does not define any methods to maintain use as a functional interface.