Uses of Class
org.eclipse.core.commands.CommandEvent

Packages that use CommandEvent
org.eclipse.core.commands Application programming interfaces for commands and handlers. 
 

Uses of CommandEvent in org.eclipse.core.commands
 

Methods in org.eclipse.core.commands with parameters of type CommandEvent
 void ICommandListener.commandChanged(CommandEvent commandEvent)
          Notifies that one or more properties of an instance of Command have changed.
 void CommandManager.commandChanged(CommandEvent commandEvent)