Package io.jmix.ui.model.impl
Class WeakCollectionChangeListener<E>
java.lang.Object
io.jmix.ui.model.impl.WeakCollectionChangeListener<E>
- All Implemented Interfaces:
Consumer<CollectionContainer.CollectionChangeEvent<E>>
public class WeakCollectionChangeListener<E>
extends Object
implements Consumer<CollectionContainer.CollectionChangeEvent<E>>
-
Constructor Summary
ConstructorDescriptionWeakCollectionChangeListener
(CollectionContainer container, Consumer<CollectionContainer.CollectionChangeEvent<E>> collectionChangeListener) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
-
Constructor Details
-
WeakCollectionChangeListener
public WeakCollectionChangeListener(CollectionContainer container, Consumer<CollectionContainer.CollectionChangeEvent<E>> collectionChangeListener)
-
-
Method Details