GEF (MVC)
3.9.0.201308190730

org.eclipse.gef.commands
Interface CommandStackEventListener


public interface CommandStackEventListener

A listener interface for receiving notification before and after commands are executed, undone, or redone.

Since:
3.1

Method Summary
 void stackChanged(CommandStackEvent event)
          Sent when an event occurs on the command stack.
 

Method Detail

stackChanged

void stackChanged(CommandStackEvent event)
Sent when an event occurs on the command stack. CommandStackEvent.getDetail() can be used to identify the type of event which has occurred.

Parameters:
event - the event
Since:
3.1

GEF (MVC)
3.9.0.201308190730

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