GEF (MVC)
3.9.0.201308190730

org.eclipse.gef.commands
Interface CommandStackListener

All Known Implementing Classes:
GraphicalEditor, GraphicalEditorWithFlyoutPalette, GraphicalEditorWithPalette

public interface CommandStackListener

A CommandStackListener is notified whenever the CommandStack's state has changed.


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

GEF (MVC)
3.9.0.201308190730

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