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

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

Uses of ExecutionEvent in org.eclipse.core.commands
 

Methods in org.eclipse.core.commands with parameters of type ExecutionEvent
 java.lang.Object IHandler.execute(ExecutionEvent event)
          Executes with the map of parameter values by name.
 java.lang.Object Command.execute(ExecutionEvent event)
          Deprecated. Please use Command.executeWithChecks(ExecutionEvent) instead.
 java.lang.Object Command.executeWithChecks(ExecutionEvent event)
          Executes this command by delegating to the current handler, if any.
 void CommandManager.firePreExecute(java.lang.String commandId, ExecutionEvent event)
          Fires the preExecute event for executionListeners.
 void IExecutionListener.preExecute(java.lang.String commandId, ExecutionEvent event)
          Notifies the listener that a command is about to execute.