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. 
org.eclipse.emf.mapping.action   
 

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

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 CommandStack.removeCommandStackListener(CommandStackListener listener)
          Removes a listener from the command stack.
 void BasicCommandStack.addCommandStackListener(CommandStackListener listener)
           
 void BasicCommandStack.removeCommandStackListener(CommandStackListener listener)
           
 

Uses of CommandStackListener in org.eclipse.emf.mapping.action
 

Classes in org.eclipse.emf.mapping.action that implement CommandStackListener
 class CreateMappingAction
           
 class CreateOneSidedMappingAction
           
 class NameMatchMappingAction
           
 class RemoveMappingAction
           
 class TypeMatchMappingAction
           
 


Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.