|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OperationObserver
Operation observers are added to a project space and informed whenever an operation is executed or undone.
| Method Summary | |
|---|---|
void |
operationExecuted(AbstractOperation operation)
Called when an AbstractOperation has been executed. |
void |
operationUndone(AbstractOperation operation)
Called when an AbstractOperation has been reversed. |
| Method Detail |
|---|
void operationExecuted(AbstractOperation operation)
AbstractOperation has been executed.
operation - the executed operationvoid operationUndone(AbstractOperation operation)
AbstractOperation has been reversed.
operation - the operation that has been reversed.AbstractOperation.reverse() on operation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||