| Package | Description |
|---|---|
| org.eclipse.emf.common.command |
Provides a framework for implementing and composing commands.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Collection<CommandStackListener> |
BasicCommandStack.listeners
The
CommandStackListeners. |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandStack.addCommandStackListener(CommandStackListener listener)
Adds a listener to the command stack, which will be notified whenever a command has been processed on the stack.
|
void |
BasicCommandStack.addCommandStackListener(CommandStackListener listener) |
void |
CommandStack.removeCommandStackListener(CommandStackListener listener)
Removes a listener from the command stack.
|
void |
BasicCommandStack.removeCommandStackListener(CommandStackListener listener) |
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature