org.eclipse.debug.core.commands
Interface IDebugCommandRequest
-
All Superinterfaces:
-
IRequest
-
All Known Subinterfaces:
-
IEnabledStateRequest
-
public interface IDebugCommandRequest
- extends
IRequest
A request to execute a command on specific elements. A debug command request is
passed to a
IDebugCommandHandler
when a command is invoked.
Clients that invoke command handlers may implement this interface.
-
Since:
- 3.3
getElements
Object[] getElements()
- Returns the elements to execute a command on.
-
-
-
Returns:
- elements to execute a command on
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.