|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface BasicNotifierImpl.EObservableAdapterList.Listener
An interface implemented by clients wishing to observe adapters being added and removed from an adapter lists.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void added(Notifier notifier,
Adapter adapter)
notifier - the notifier being adapted.adapter - the adapter being added to the notifier.
void removed(Notifier notifier,
Adapter adapter)
notifier - the notifier that was being adapted.adapter - the adapter being removed from the notifier.
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||