org.eclipse.emf.common.command
Interface CommandStackListener


public interface CommandStackListener

A listener to a CommandStack.


Method Summary
 void commandStackChanged(java.util.EventObject event)
          Called when the CommandStack's state has changed.
 

Method Detail

commandStackChanged

void commandStackChanged(java.util.EventObject event)
Called when the CommandStack's state has changed.

Parameters:
event - the event.


Copyright © 2001-2010 Eclipse Foundation. All Rights Reserved.