Uses of Interface
org.eclipse.emf.common.notify.Notifier
Packages that use Notifier
Package
Description
Provides a notification framework.
Provides a basic implementation of the notification framework.
-
Uses of Notifier in org.eclipse.emf.common.notify
Methods in org.eclipse.emf.common.notify that return NotifierModifier and TypeMethodDescriptionAdapter.getTarget()Returns the target from which the adapter receives notification.Methods in org.eclipse.emf.common.notify with parameters of type NotifierModifier and TypeMethodDescriptionReturns either a previously associated adapter or a newly associated adapter, as appropriate.voidAdapterFactory.adaptAllNew(Notifier notifier) Creates a new associated adapter of each type of adapter supported by this factory, as necessary.Creates a new associated adapter of the given type; it may optionally callsetTargeton the adapter, and it may optionally add the adapter to thetarget.eAdapters().voidSets the target from which the adapter will receive notification.voidAdapter.Internal.unsetTarget(Notifier oldTarget) Unsets the target from which the adapter will receive notification. -
Uses of Notifier in org.eclipse.emf.common.notify.impl
Classes in org.eclipse.emf.common.notify.impl that implement NotifierModifier and TypeClassDescriptionclassAn extensible notifier implementation.classAn extensible notifier implementation.Fields in org.eclipse.emf.common.notify.impl declared as NotifierModifier and TypeFieldDescriptionprotected NotifierBasicNotifierImpl.EAdapterList.notifierprotected NotifierAdapterImpl.targetThe last notifier set to this adapter.Fields in org.eclipse.emf.common.notify.impl with type parameters of type NotifierModifier and TypeFieldDescriptionSingletonAdapterImpl.targetsThe list of all the targets to which this adapter is set.Methods in org.eclipse.emf.common.notify.impl that return NotifierMethods in org.eclipse.emf.common.notify.impl with parameters of type NotifierModifier and TypeMethodDescriptionvoidAdapterFactoryImpl.adaptAllNew(Notifier target) Creates an adapter by callingcreateAdapter(Notifier)and associates it by callingassociate.Creates an adapter by callingcreateAdapter(Notifier, Object)and associates it by callingassociate.voidCalled when the given adapter is added to the given notifier.protected voidAssociates an adapter with a notifier by adding it to the target'sadapters.protected AdapterAdapterFactoryImpl.createAdapter(Notifier target) Creates anAdapterImpl.protected AdapterAdapterFactoryImpl.createAdapter(Notifier target, Object type) Creates an adapter by callingcreateAdapter(Notifier).voidCalled when the given adapter is remove from the given notifier.voidvoidvoidAdapterImpl.unsetTarget(Notifier oldTarget) voidSingletonAdapterImpl.unsetTarget(Notifier target) Constructors in org.eclipse.emf.common.notify.impl with parameters of type Notifier