public interface ESCommandObserver extends ESObserver
ESCommandStack.| Modifier and Type | Method and Description |
|---|---|
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.
|
void commandStarted(org.eclipse.emf.common.command.Command command)
command - the commandvoid commandCompleted(org.eclipse.emf.common.command.Command command)
command - the commandvoid commandFailed(org.eclipse.emf.common.command.Command command,
Exception exception)
command - the commandexception - the exception that occurredCopyright © 2017. All rights reserved.