public interface Notifier
| Modifier and Type | Method and Description |
|---|---|
EList<Adapter> |
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.
|
EList<Adapter> eAdapters()
boolean eDeliver()
eSetDeliver(boolean)void eSetDeliver(boolean deliver)
deliver - whether or not to deliver.eDeliver()void eNotify(Notification notification)
delivered
to the adapters
via Adapter.notifyChanged.notification - a description of the change.