Uses of Interface
org.eclipse.debug.core.IRequest
Package
Description
Provides a set of interfaces for common debug commands.
Provides a set of actions related to running and debugging applications.
-
Uses of IRequest in org.eclipse.debug.core.commands
Modifier and TypeInterfaceDescriptioninterface
A request to execute a command on specific elements.interface
A request to update the enabled state of a command.Modifier and TypeMethodDescriptionprotected abstract void
AbstractDebugCommand.doExecute
(Object[] targets, IProgressMonitor monitor, IRequest request) Executes this command synchronously on the specified targets, reporting progress. -
Uses of IRequest in org.eclipse.debug.ui.actions
Modifier and TypeMethodDescriptionprotected void
DebugCommandAction.postExecute
(IRequest request, Object[] targets) This method is called after the completion of the execution of this command.protected void
DebugCommandHandler.postExecute
(IRequest request, Object[] targets) This method is called after the completion of the execution of this command.