Eclipse Platform
Release 3.3

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

Method Summary
 Object[] getElements()
          Returns the elements to execute a command on.
 
Methods inherited from interface org.eclipse.debug.core.IRequest
cancel, done, getStatus, isCanceled, setStatus
 

Method Detail

getElements

public Object[] getElements()
Returns the elements to execute a command on.

Returns:
elements to execute a command on

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.