public static interface BasicNotifierImpl.EObservableAdapterList.Listener
adapters
being added and removed from an adapter lists
.Modifier and Type | Method and Description |
---|---|
void |
added(Notifier notifier,
Adapter adapter)
Called when the given adapter is added to the given notifier.
|
void |
removed(Notifier notifier,
Adapter adapter)
Called when the given adapter is remove from the given notifier.
|