public interface WorkOnChange
BLCCollectionUtils.createChangeAwareCollection(WorkOnChange, java.util.Collection)| Modifier and Type | Method and Description |
|---|---|
void |
doWork(Collection changed)
An implementation of this method will be called whenever a change is detected on a change aware collection.
|
void doWork(Collection changed)
changed - the un-proxied collection that was modifiedCopyright © 2022. All rights reserved.