org.eclipse.gmf.runtime.lite.edit.parts.update.canonical
Interface INotationModelRefresher

All Superinterfaces:
EventListener, org.eclipse.emf.transaction.ResourceSetListener
All Known Implementing Classes:
AbstractNotationModelRefresher, ChildNotationModelRefresher, OwnedLinksNotationModelRefresher

public interface INotationModelRefresher
extends org.eclipse.emf.transaction.ResourceSetListener

Instances of this interface update notation model based on changes in the underlying domain model.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.transaction.ResourceSetListener
org.eclipse.emf.transaction.ResourceSetListener.Internal
 
Method Summary
 org.eclipse.emf.common.command.Command buildRefreshNotationModelCommand()
           
 org.eclipse.gmf.runtime.notation.View getView()
           
 
Methods inherited from interface org.eclipse.emf.transaction.ResourceSetListener
getFilter, isAggregatePrecommitListener, isPostcommitOnly, isPrecommitOnly, resourceSetChanged, transactionAboutToCommit
 

Method Detail

getView

org.eclipse.gmf.runtime.notation.View getView()

buildRefreshNotationModelCommand

org.eclipse.emf.common.command.Command buildRefreshNotationModelCommand()


Copyright © 2012. All Rights Reserved.