Uses of Interface
org.eclipse.emf.cdo.client.ResourceManager.InvalidationListener

Packages that use ResourceManager.InvalidationListener
org.eclipse.emf.cdo.client   
org.eclipse.emf.cdo.client.impl   
 

Uses of ResourceManager.InvalidationListener in org.eclipse.emf.cdo.client
 

Methods in org.eclipse.emf.cdo.client with parameters of type ResourceManager.InvalidationListener
 void ResourceManager.addInvalidationListener(ResourceManager.InvalidationListener listener)
          Adds a ResourceManager.InvalidationListener to the list of listeners to be notified about invalidated obejcts in the scope of this PackageManager.
 void ResourceManager.removeInvalidationListener(ResourceManager.InvalidationListener listener)
          Removes a ResourceManager.InvalidationListener from the list of listeners to be notified about invalidated obejcts in the scope of this PackageManager.
 

Uses of ResourceManager.InvalidationListener in org.eclipse.emf.cdo.client.impl
 

Methods in org.eclipse.emf.cdo.client.impl with parameters of type ResourceManager.InvalidationListener
 void ResourceManagerImpl.addInvalidationListener(ResourceManager.InvalidationListener listener)
           
 void ResourceManagerImpl.removeInvalidationListener(ResourceManager.InvalidationListener listener)
           
 


Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
All Rights Reserved.