public interface BeanCollectionTouched
To use this you can set a BeanCollectionTouched onto a BeanCollection before it has been used. When the BeanCollection is first used by the client code then the BeanCollectionTouched is notified. It can only be notified once.
| Modifier and Type | Method and Description |
|---|---|
void |
notifyTouched(BeanCollection<?> c)
Notify the listener that the bean collection has been used.
|
void notifyTouched(BeanCollection<?> c)
Copyright © 2014. All Rights Reserved.