Interface BasicNotifierImpl.EObservableAdapterList.Listener
- Enclosing interface:
BasicNotifierImpl.EObservableAdapterList
public static interface BasicNotifierImpl.EObservableAdapterList.Listener
An interface implemented by clients wishing to observe
adapters being added and removed from an adapter lists.- Since:
- 2.6
-
Method Summary
-
Method Details
-
added
Called when the given adapter is added to the given notifier.- Parameters:
notifier- the notifier being adapted.adapter- the adapter being added to the notifier.
-
removed
Called when the given adapter is remove from the given notifier.- Parameters:
notifier- the notifier that was being adapted.adapter- the adapter being removed from the notifier.
-