Uses of Interface
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList.Listener
Packages that use BasicNotifierImpl.EObservableAdapterList.Listener
Package
Description
Provides a basic implementation of the notification framework.
-
Uses of BasicNotifierImpl.EObservableAdapterList.Listener in org.eclipse.emf.common.notify.impl
Fields in org.eclipse.emf.common.notify.impl declared as BasicNotifierImpl.EObservableAdapterList.ListenerMethods in org.eclipse.emf.common.notify.impl with parameters of type BasicNotifierImpl.EObservableAdapterList.ListenerModifier and TypeMethodDescriptionvoidBasicNotifierImpl.EAdapterList.addListener(BasicNotifierImpl.EObservableAdapterList.Listener listener) voidBasicNotifierImpl.EObservableAdapterList.addListener(BasicNotifierImpl.EObservableAdapterList.Listener listener) Adds another listener from the adapter list.voidBasicNotifierImpl.EAdapterList.removeListener(BasicNotifierImpl.EObservableAdapterList.Listener listener) voidBasicNotifierImpl.EObservableAdapterList.removeListener(BasicNotifierImpl.EObservableAdapterList.Listener listener) Remove the listener from the adapter list.