Uses of Interface
org.eclipse.emf.common.command.CommandStackListener
Packages that use CommandStackListener
Package
Description
Provides a framework for implementing and composing commands.
-
Uses of CommandStackListener in org.eclipse.emf.common.command
Fields in org.eclipse.emf.common.command with type parameters of type CommandStackListenerModifier and TypeFieldDescriptionprotected Collection<CommandStackListener> BasicCommandStack.listenersTheCommandStackListeners.Methods in org.eclipse.emf.common.command with parameters of type CommandStackListenerModifier and TypeMethodDescriptionvoidBasicCommandStack.addCommandStackListener(CommandStackListener listener) voidCommandStack.addCommandStackListener(CommandStackListener listener) Adds a listener to the command stack, which will be notified whenever a command has been processed on the stack.voidBasicCommandStack.removeCommandStackListener(CommandStackListener listener) voidCommandStack.removeCommandStackListener(CommandStackListener listener) Removes a listener from the command stack.