| Package | Description |
|---|---|
| org.eclipse.emf.common.notify |
Provides a notification framework.
|
| org.eclipse.emf.common.notify.impl |
Provides a basic implementation of the notification framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NotificationWrapper
A notification that wraps another notification.
|
| Modifier and Type | Field and Description |
|---|---|
protected Notification |
NotificationWrapper.notification
The notification that is being wrapped.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
NotificationChain.add(Notification notification)
Adds a notification to the chain.
|
void |
Notifier.eNotify(Notification notification)
Notifies a change to a feature of this notifier as described by the notification.
|
boolean |
NotificationWrapper.merge(Notification notification)
Delegates to the merge method of the notification.
|
boolean |
Notification.merge(Notification notification)
Returns whether the notification can be and has been merged with this one.
|
void |
Adapter.notifyChanged(Notification notification)
Notifies that a change to some feature has occurred.
|
| Constructor and Description |
|---|
NotificationWrapper(Notification notification)
Create an instance with the specified notification.
|
NotificationWrapper(java.lang.Object notifier,
Notification notification)
Create an instance with the specified notifier and notification.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NotificationImpl
An extensible notification implementation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
NotificationImpl.add(Notification newNotification)
Adds or merges a new notification.
|
boolean |
NotificationChainImpl.add(Notification newNotification)
Adds or merges a new notification.
|
protected void |
NotificationChainImpl.dispatch(Notification notification)
Dispatches the notification to its notifier.
|
protected void |
NotifyingListImpl.dispatchNotification(Notification notification)
Dispatches a notification to the notifier of the list.
|
protected void |
DelegatingNotifyingListImpl.dispatchNotification(Notification notification)
Dispatches a notification to the notifier of the list.
|
void |
BasicNotifierImpl.eNotify(Notification notification) |
boolean |
NotificationImpl.merge(Notification notification) |
void |
SingletonAdapterImpl.notifyChanged(Notification msg)
Does nothing; clients may override so that it does something.
|
void |
AdapterImpl.notifyChanged(Notification msg)
Does nothing; clients may override so that it does something.
|
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature