Uses of Class
io.github.palexdev.materialfx.utils.others.observables.OnChanged
Packages that use OnChanged
-
Uses of OnChanged in io.github.palexdev.materialfx.utils.others.observables
Methods in io.github.palexdev.materialfx.utils.others.observables that return OnChangedModifier and TypeMethodDescriptionstatic <T> OnChanged<T>OnChanged.forObservable(ObservableValue<T> observableValue) Creates and instance of this construct for the givenObservableValue.OnChanged.listen()Activates theOnChangedconstruct with the previously specified parameters.static <T> OnChanged<T>When.onChanged(ObservableValue<T> observableValue) Convenience method to create an instance ofOnChanged.OnChanged.then(BiConsumer<T, T> action) To set the action to perform when the specifiedObservableValuechanges.