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)
WorkOnChange
doWork
in interface WorkOnChange
changed
- the un-proxied collection that was modifiedCopyright © 2022. All rights reserved.