GEF (MVC)
3.9.100.201405261516

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.100.201405261516

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