T - The element type.public static interface ObservedCollection.IObservedCollectionListener<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onAddElement(T element)
Invoked when an element is added.
|
void |
onRemoveElement(T element)
Invoked when an element is removed.
|
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.