|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A source of notification delivery. Since all modeled objects will be notifiers, the method names start with "e" to distinguish the EMF methods from the client's methods.
Method Summary | |
EList |
eAdapters()
Returns list of the adapters associated with this notifier. |
boolean |
eDeliver()
Returns whether this notifier will deliver notifications to the adapters. |
void |
eNotify(Notification notification)
Notifies a change to a feature of this notifier as described by the notification. |
void |
eSetDeliver(boolean deliver)
Sets whether this notifier will deliver notifications to the adapters. |
Method Detail |
public EList eAdapters()
public boolean eDeliver()
eSetDeliver(boolean)
public void eSetDeliver(boolean deliver)
deliver
- whether or not to deliver.eDeliver()
public void eNotify(Notification notification)
delivered
to the adapters
via Adapter.notifyChanged
.
notification
- a description of the change.
|
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 |