|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CollectionEventListener | |
|---|---|
| cz.cuni.amis.utils.collections | Collection wrappers supporting change events. |
| Uses of CollectionEventListener in cz.cuni.amis.utils.collections |
|---|
| Classes in cz.cuni.amis.utils.collections that implement CollectionEventListener | |
|---|---|
class |
ElementListener<T>
Simple listener called for each element that has changed even in batch updates. |
class |
SimpleListener<T>
Collection listener with only one method changed() called on each change. |
| Fields in cz.cuni.amis.utils.collections with type parameters of type CollectionEventListener | |
|---|---|
protected Listeners<CollectionEventListener> |
ObservableCollection.eventListeners
|
| Methods in cz.cuni.amis.utils.collections with parameters of type CollectionEventListener | |
|---|---|
void |
ObservableCollection.addCollectionListener(CollectionEventListener listener)
|
boolean |
ObservableCollection.removeCollectionListener(CollectionEventListener listener)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||