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

Packages that use ResourceSetChangeEvent
org.eclipse.emf.transaction Definition of the API for a transactional editing domain. 
 

Uses of ResourceSetChangeEvent in org.eclipse.emf.transaction
 

Methods in org.eclipse.emf.transaction with parameters of type ResourceSetChangeEvent
 void ResourceSetListenerImpl.resourceSetChanged(ResourceSetChangeEvent event)
          The default implementation of this method does nothing.
 void DemultiplexingListener.resourceSetChanged(ResourceSetChangeEvent event)
          Implements the post-commit callback by processing the event's notifications one by one, delegating to the DemultiplexingListener.handleNotification(org.eclipse.emf.transaction.TransactionalEditingDomain, org.eclipse.emf.common.notify.Notification) method.
 void ResourceSetListener.resourceSetChanged(ResourceSetChangeEvent event)
          Informs the listener that changes have been committed to the model.
 Command TriggerListener.transactionAboutToCommit(ResourceSetChangeEvent event)
          Implements the trigger callback by processing the event's notifications one by one, delegating to the TriggerListener.trigger(org.eclipse.emf.transaction.TransactionalEditingDomain, org.eclipse.emf.common.notify.Notification) method for each to generate a command.
 Command ResourceSetListenerImpl.transactionAboutToCommit(ResourceSetChangeEvent event)
          The default implementation of this method does nothing, returning no trigger command.
 Command ResourceSetListener.transactionAboutToCommit(ResourceSetChangeEvent event)
          Informs the listener that the execution of a command (which may be implicit) is about to complete.
 


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