Uses of Class
io.github.palexdev.materialfx.utils.others.observables.OnInvalidated
Packages that use OnInvalidated
-
Uses of OnInvalidated in io.github.palexdev.materialfx.utils.others.observables
Methods in io.github.palexdev.materialfx.utils.others.observables that return OnInvalidatedModifier and TypeMethodDescriptionstatic <T> OnInvalidated<T>OnInvalidated.forObservable(ObservableValue<T> observableValue) Creates and instance of this construct for the givenObservableValue.OnInvalidated.listen()Activates theOnInvalidatedconstruct with the previously specified parameters.static <T> OnInvalidated<T>When.onInvalidated(ObservableValue<T> observableValue) Convenience method to create and instance ofOnInvalidated.To set the action to perform when the specifiedObservableValuebecomes invalid.