Eclipse GEF
3.2

Uses of Interface
org.eclipse.gef.commands.CommandStackListener

Packages that use CommandStackListener
org.eclipse.gef.commands Simple implementations of the Command interface which support development-time inspection. 
 

Uses of CommandStackListener in org.eclipse.gef.commands
 

Methods in org.eclipse.gef.commands with parameters of type CommandStackListener
 void CommandStack.addCommandStackListener(CommandStackListener listener)
          Appends the listener to the list of command stack listeners.
 void CommandStack.removeCommandStackListener(CommandStackListener listener)
          Removes the first occurrence of the specified listener.
 


Eclipse GEF
3.2

Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.