|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObservableCollection<E>
ObservableCollections can be used whenever it is useful to monitor mutation of Collections.
Method Summary | |
---|---|
void |
addObserver(CollectionObserver<E> o)
Register a CollectionObserver with this Collection. |
Method Detail |
---|
void addObserver(CollectionObserver<E> o)
o
- the CollectionObserver to register.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |