Uses of Class
org.eclipse.emf.transaction.ResourceSetListenerImpl

Packages that use ResourceSetListenerImpl
org.eclipse.emf.transaction Definition of the API for a transactional editing domain. 
org.eclipse.emf.workspace.examples.extlibrary.presentation   
 

Uses of ResourceSetListenerImpl in org.eclipse.emf.transaction
 

Subclasses of ResourceSetListenerImpl in org.eclipse.emf.transaction
 class DemultiplexingListener
          A convenient superclass for post-commit listeners to process Notifications one at a time.
 class TriggerListener
          A convenient superclass for listeners that implement "triggers" to process Notifications one at a time, generating a command for each that will make dependent updates to the model.
 

Uses of ResourceSetListenerImpl in org.eclipse.emf.workspace.examples.extlibrary.presentation
 

Subclasses of ResourceSetListenerImpl in org.eclipse.emf.workspace.examples.extlibrary.presentation
 class ResourceLoadedListener
          Listens for the loading of resources, and creates editors on them when they load.
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.