Package | Description |
---|---|
org.broadleafcommerce.common.util |
Modifier and Type | Class and Description |
---|---|
class |
ReflectiveWorkOnChange
This WorkOnChange implementation is for a narrow case where the work to be done is simply calling a method on a target object
and passing to that method the changed collection.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Collection> |
BLCCollectionUtils.createChangeAwareCollection(WorkOnChange work,
Collection original)
Create a collection proxy that will perform some piece of work whenever modification methods are called on the
proxy.
|
Copyright © 2022. All rights reserved.