Package io.jmix.flowui.model.impl
Class WeakCollectionChangeListener<E>
java.lang.Object
io.jmix.flowui.model.impl.WeakCollectionChangeListener<E>
- All Implemented Interfaces:
- Consumer<CollectionContainer.CollectionChangeEvent<E>>
public class WeakCollectionChangeListener<E>
extends Object
implements Consumer<CollectionContainer.CollectionChangeEvent<E>>
- 
Constructor SummaryConstructorsConstructorDescriptionWeakCollectionChangeListener(CollectionContainer container, Consumer<CollectionContainer.CollectionChangeEvent<E>> collectionChangeListener) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoid
- 
Constructor Details- 
WeakCollectionChangeListenerpublic WeakCollectionChangeListener(CollectionContainer container, Consumer<CollectionContainer.CollectionChangeEvent<E>> collectionChangeListener) 
 
- 
- 
Method Details