| Package | Description |
|---|---|
| cz.cuni.amis.utils.collections |
Collection wrappers supporting change events.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected Listeners<CollectionEventListener> |
ObservableCollection.eventListeners |
| Modifier and Type | Method and Description |
|---|---|
void |
ObservableCollection.addCollectionListener(CollectionEventListener listener) |
boolean |
ObservableCollection.removeCollectionListener(CollectionEventListener listener) |
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.