public class ReflectiveWorkOnChange extends Object implements WorkOnChange
| Constructor and Description | 
|---|
| ReflectiveWorkOnChange(Object target,
                      String methodName) | 
| 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. | 
| protected Method | searchForMethod(Class<?> targetClass,
               Object test) | 
public void doWork(Collection changed)
WorkOnChangedoWork in interface WorkOnChangechanged - the un-proxied collection that was modifiedCopyright © 2020. All rights reserved.