public class EMFStoreTransactionalCommandStack extends AbstractEMFStoreTransactionalCommandStackImpl implements ESCommandStack
| Constructor and Description |
|---|
EMFStoreTransactionalCommandStack()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addCommandStackObserver(ESCommandObserver observer)
Add a command stack observer.
|
void |
execute(org.eclipse.emf.common.command.Command command) |
void |
removeCommandStackObserver(ESCommandObserver observer)
Remove COmmand stack observer.
|
redo, undocanRedo, createTransaction, dispose, executeTriggersexecute, getDomain, getExceptionHandler, makeTriggerTransactionOptions, setEditingDomain, setExceptionHandleraddCommandStackListener, canUndo, flush, getMostRecentCommand, getRedoCommand, getUndoCommand, isSaveNeeded, removeCommandStackListener, saveIsDonepublic EMFStoreTransactionalCommandStack()
public void execute(org.eclipse.emf.common.command.Command command)
execute in interface org.eclipse.emf.common.command.CommandStackexecute in class org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStackpublic void addCommandStackObserver(ESCommandObserver observer)
addCommandStackObserver in interface ESCommandStackobserver - the observerESCommandStack.addCommandStackObserver(org.eclipse.emf.emfstore.client.changetracking.ESCommandObserver)public void removeCommandStackObserver(ESCommandObserver observer)
removeCommandStackObserver in interface ESCommandStackobserver - the observerESCommandStack.removeCommandStackObserver(org.eclipse.emf.emfstore.client.changetracking.ESCommandObserver)Copyright © 2017. All rights reserved.