public static interface BasicNotifierImpl.EObservableAdapterList
adapter lists
that allows listeners to observe adapters being added and removed.| Modifier and Type | Interface and Description |
|---|---|
static interface |
BasicNotifierImpl.EObservableAdapterList.Listener
An interface implemented by clients wishing to observe
adapters being added and removed from an adapter lists. |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(BasicNotifierImpl.EObservableAdapterList.Listener listener)
Adds another listener from the adapter list.
|
void |
removeListener(BasicNotifierImpl.EObservableAdapterList.Listener listener)
Remove the listener from the adapter list.
|
void addListener(BasicNotifierImpl.EObservableAdapterList.Listener listener)
listener - the listener being added.void removeListener(BasicNotifierImpl.EObservableAdapterList.Listener listener)
listener - the listener being removed.