public interface NotifyingList<E> extends EList<E>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getFeature()
Returns the notifier's feature that this list represents.
|
int |
getFeatureID()
Returns the notifier's feature ID that this list represents.
|
java.lang.Object |
getNotifier()
Returns the notifier that manages this list.
|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayjava.lang.Object getNotifier()
java.lang.Object getFeature()
Notification.getFeature()int getFeatureID()
Notification.getFeatureID(java.lang.Class<?>)Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature