Uses of Interface
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList.Listener

Packages that use BasicNotifierImpl.EObservableAdapterList.Listener
org.eclipse.emf.common.notify.impl 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.Listener
protected  BasicNotifierImpl.EObservableAdapterList.Listener[] BasicNotifierImpl.EAdapterList.listeners
           
 

Methods in org.eclipse.emf.common.notify.impl with parameters of type BasicNotifierImpl.EObservableAdapterList.Listener
 void BasicNotifierImpl.EObservableAdapterList.addListener(BasicNotifierImpl.EObservableAdapterList.Listener listener)
          Adds another listener from the adapter list.
 void BasicNotifierImpl.EAdapterList.addListener(BasicNotifierImpl.EObservableAdapterList.Listener listener)
           
 void BasicNotifierImpl.EObservableAdapterList.removeListener(BasicNotifierImpl.EObservableAdapterList.Listener listener)
          Remove the listener from the adapter list.
 void BasicNotifierImpl.EAdapterList.removeListener(BasicNotifierImpl.EObservableAdapterList.Listener listener)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.