Uses of Interface
is.codion.common.reactive.observer.Change
Packages that use Change
Package
Description
Observer and Observable.Value and related classes.Component builder related classes.
-
Uses of Change in is.codion.common.reactive.observer
Methods in is.codion.common.reactive.observer that return ChangeMethods in is.codion.common.reactive.observer that return types with arguments of type Change -
Uses of Change in is.codion.common.reactive.value
Method parameters in is.codion.common.reactive.value with type arguments of type ChangeModifier and TypeMethodDescriptionValue.Builder.changeConsumer(Consumer<Change<T>> consumer) Value.Builder.weakChangeConsumer(Consumer<Change<T>> weakConsumer) -
Uses of Change in is.codion.swing.common.ui.component.builder
Method parameters in is.codion.swing.common.ui.component.builder with type arguments of type ChangeModifier and TypeMethodDescriptionfinal BAbstractComponentValueBuilder.changeConsumer(Consumer<Change<? super T>> consumer) ComponentValueBuilder.changeConsumer(Consumer<Change<? super T>> consumer) final BAbstractComponentValueBuilder.weakChangeConsumer(Consumer<Change<? super T>> weakConsumer) ComponentValueBuilder.weakChangeConsumer(Consumer<Change<? super T>> weakConsumer)