Uses of Interface
org.eclipse.emf.common.command.CommandStackListener

Packages that use CommandStackListener
org.eclipse.emf.common.command 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 CommandStackListener
protected  java.util.Collection<CommandStackListener> BasicCommandStack.listeners
          The CommandStackListeners.
 

Methods in org.eclipse.emf.common.command with parameters of type CommandStackListener
 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 © 2001-2010 Eclipse Foundation. All Rights Reserved.