Uses of Interface
org.broadleafcommerce.common.util.WorkOnChange
Packages that use WorkOnChange
-
Uses of WorkOnChange in org.broadleafcommerce.common.util
Classes in org.broadleafcommerce.common.util that implement WorkOnChangeModifier and TypeClassDescriptionclass
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.Methods in org.broadleafcommerce.common.util with parameters of type WorkOnChangeModifier and TypeMethodDescriptionstatic <T extends Collection>
TBLCCollectionUtils.createChangeAwareCollection
(WorkOnChange work, Collection original) Create a collection proxy that will perform some piece of work whenever modification methods are called on the proxy.