| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A receiver of notifications. An adapter is typically associated with a Notifier via an AdapterFactory.
Method Summary | |
Notifier | getTarget()
Returns the target from which the adapter receives notification. |
boolean | isAdapterForType(Object type)
Returns whether the adapter is of the given type. |
void | notifyChanged(Notification notification)
Notifies that a change to some feature has occurred. |
void | setTarget(Notifier newTarget)
Sets the target from which the adapter will receive notification. |
Method Detail |
public void notifyChanged(Notification notification)
public Notifier getTarget()
public void setTarget(Notifier newTarget)
public boolean isAdapterForType(Object type)
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |