public interface OperationObserver extends ESObserver
| Modifier and Type | Method and Description |
|---|---|
void |
operationExecuted(ProjectSpace projectSpace,
AbstractOperation operation)
Called when an
AbstractOperation has been executed. |
void |
operationUndone(ProjectSpace projectSpace,
AbstractOperation operation)
Called when an
AbstractOperation has been reversed. |
void operationExecuted(ProjectSpace projectSpace, AbstractOperation operation)
AbstractOperation has been executed.projectSpace - the ProjectSpace this operation was executed onoperation - the executed operationvoid operationUndone(ProjectSpace projectSpace, AbstractOperation operation)
AbstractOperation has been reversed.projectSpace - the ProjectSpace this operation was undone onoperation - the operation that has been reversed.AbstractOperation.reverse() on operationCopyright © 2017. All rights reserved.