Package org.eclipse.emf.common.command
Interface CommandStackListener
public interface CommandStackListener
A listener to a
CommandStack.-
Method Summary
Modifier and TypeMethodDescriptionvoidcommandStackChanged(EventObject event) Called when theCommandStack's state has changed.
-
Method Details
-
commandStackChanged
Called when theCommandStack's state has changed.- Parameters:
event- the event.
-