Uses of Interface
org.eclipse.emf.emfstore.internal.client.observers.OperationObserver

Packages that use OperationObserver
org.eclipse.emf.emfstore.internal.client.model.impl   
org.eclipse.emf.emfstore.internal.client.observers   
 

Uses of OperationObserver in org.eclipse.emf.emfstore.internal.client.model.impl
 

Methods in org.eclipse.emf.emfstore.internal.client.model.impl with parameters of type OperationObserver
 void OperationManager.addOperationObserver(OperationObserver operationObserver)
          Adds an operation observer that gets notified whenever an operation is either executed or undone.
 void OperationManager.removeOperationListener(OperationObserver operationObserver)
          Removed the given operation observer from the list of operation observers.
 

Uses of OperationObserver in org.eclipse.emf.emfstore.internal.client.observers
 

Classes in org.eclipse.emf.emfstore.internal.client.observers that implement OperationObserver
 class SimpleOperationObserver
          Clients (like GUI classes) who are not interested if an operation has been run forward or backward (i.e.
 



Copyright © 2015. All Rights Reserved.