Package | Description |
---|---|
org.eclipse.core.commands |
Application programming interfaces for commands and handlers.
|
org.eclipse.ui.commands |
Provides support for retrieving information on Commands from the workbench.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IExecutionListenerWithChecks
A listener to the execution of commands.
|
Modifier and Type | Method and Description |
---|---|
void |
Command.addExecutionListener(IExecutionListener executionListener)
Adds a listener to this command that will be notified when this command
is about to execute.
|
void |
CommandManager.addExecutionListener(IExecutionListener listener)
Adds an execution listener to this manager.
|
void |
Command.removeExecutionListener(IExecutionListener executionListener)
Removes a listener from this command.
|
void |
CommandManager.removeExecutionListener(IExecutionListener listener)
Removes an execution listener from this command manager.
|
Modifier and Type | Method and Description |
---|---|
void |
ICommandService.addExecutionListener(IExecutionListener listener)
Adds an execution listener to the command service.
|
void |
ICommandService.removeExecutionListener(IExecutionListener listener)
Removes an execution listener from the command service.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.