|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ESCommandObserver
Listener for a ESCommandStack.
| Method Summary | |
|---|---|
void |
commandCompleted(org.eclipse.emf.common.command.Command command)
Called to notify listener about the successful completion of the given command. |
void |
commandFailed(org.eclipse.emf.common.command.Command command,
Exception exception)
Called to notify listener about the failure of the given command. |
void |
commandStarted(org.eclipse.emf.common.command.Command command)
Called to notify listener about the start of the given command. |
| Method Detail |
|---|
void commandStarted(org.eclipse.emf.common.command.Command command)
command - the commandvoid commandCompleted(org.eclipse.emf.common.command.Command command)
command - the command
void commandFailed(org.eclipse.emf.common.command.Command command,
Exception exception)
command - the commandexception - the exception that occurred
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||