|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CollectionObserver<V>
The collection observer is a generic observer for a set of collections.
| Method Summary | |
|---|---|
void |
wasAdded(long source,
V o)
|
void |
wasCleared(long source,
int size)
|
void |
wasRemoved(long source,
V o)
|
| Method Detail |
|---|
void wasAdded(long source,
V o)
void wasRemoved(long source,
V o)
void wasCleared(long source,
int size)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||