Eclipse GEF
3.8.1.201208200205

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

Eclipse GEF
3.8.1.201208200205

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