Uses of Interface
org.eclipse.emf.common.notify.Notification
Packages that use Notification
Package
Description
Provides a notification framework.
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 NotificationModifier and TypeClassDescriptionclassA notification that wraps another notification.Fields in org.eclipse.emf.common.notify declared as NotificationModifier and TypeFieldDescriptionprotected NotificationNotificationWrapper.notificationThe notification that is being wrapped.Methods in org.eclipse.emf.common.notify with parameters of type NotificationModifier and TypeMethodDescriptionbooleanNotificationChain.add(Notification notification) Adds a notification to the chain.voidNotifier.eNotify(Notification notification) Notifies a change to a feature of this notifier as described by the notification.booleanNotification.merge(Notification notification) Returns whether the notification can be and has been merged with this one.booleanNotificationWrapper.merge(Notification notification) Delegates to the merge method of the notification.voidAdapter.notifyChanged(Notification notification) Notifies that a change to some feature has occurred.Constructors in org.eclipse.emf.common.notify with parameters of type NotificationModifierConstructorDescriptionNotificationWrapper(Object notifier, Notification notification) Create an instance with the specified notifier and notification.NotificationWrapper(Notification notification) Create an instance with the specified notification. -
Uses of Notification in org.eclipse.emf.common.notify.impl
Classes in org.eclipse.emf.common.notify.impl that implement NotificationModifier and TypeClassDescriptionclassAn extensible notification implementation.Methods in org.eclipse.emf.common.notify.impl with parameters of type NotificationModifier and TypeMethodDescriptionbooleanNotificationChainImpl.add(Notification newNotification) Adds or merges a new notification.booleanNotificationImpl.add(Notification newNotification) Adds or merges a new notification.protected voidNotificationChainImpl.dispatch(Notification notification) Dispatches the notification to its notifier.protected voidDelegatingNotifyingListImpl.dispatchNotification(Notification notification) Dispatches a notification to the notifier of the list.protected voidNotifyingListImpl.dispatchNotification(Notification notification) Dispatches a notification to the notifier of the list.voidBasicNotifierImpl.eNotify(Notification notification) booleanNotificationImpl.merge(Notification notification) voidAdapterImpl.notifyChanged(Notification msg) Does nothing; clients may override so that it does something.voidSingletonAdapterImpl.notifyChanged(Notification msg) Does nothing; clients may override so that it does something.