|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for runnables that can be run as jobs.
Method Summary | |
---|---|
IStatus |
run(IProgressMonitor monitor)
Executes this runnable. |
Method Detail |
public IStatus run(IProgressMonitor monitor)
The provided monitor can be used to report progress and respond to
cancellation. If the progress monitor has been canceled, the runnable should
finish its execution at the earliest convenience and return a result
status of severity IStatus.CANCEL
. The singleton cancel
status Status.CANCEL_STATUS
can be used for this purpose.
monitor
- the monitor to be used for reporting progress and responding
to cancelation. The monitor is never null
null
|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.