|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Notification | |
|---|---|
| org.eclipse.emf.common.notify | Provides a notification framework. |
| org.eclipse.emf.common.notify.impl | Provides a basic implementation of the notification framework. |
| Uses of Notification in org.eclipse.emf.common.notify |
|---|
| Classes in org.eclipse.emf.common.notify that implement Notification | |
|---|---|
class |
NotificationWrapper
A notification that wraps another notification. |
| Fields in org.eclipse.emf.common.notify declared as Notification | |
|---|---|
protected Notification |
NotificationWrapper.notification
The notification that is being wrapped. |
| Methods in org.eclipse.emf.common.notify with parameters of type Notification | |
|---|---|
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. |
| Constructors in org.eclipse.emf.common.notify with parameters of type Notification | |
|---|---|
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. |
|
| Uses of Notification in org.eclipse.emf.common.notify.impl |
|---|
| Classes in org.eclipse.emf.common.notify.impl that implement Notification | |
|---|---|
class |
NotificationImpl
An extensible notification implementation. |
| Methods in org.eclipse.emf.common.notify.impl with parameters of type Notification | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||