|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Runs a safe runnables.
Clients may provide their own implementation to change how safe runnables are run from within JFace.
SafeRunnable.getRunner()
,
SafeRunnable.setRunner(ISafeRunnableRunner)
,
SafeRunnable.run(ISafeRunnable)
Method Summary | |
---|---|
void |
run(ISafeRunnable code)
Runs the runnable. |
Method Detail |
public void run(ISafeRunnable code)
ISafeRunnableRunners
must catch any exception
thrown by the ISafeRunnable
and pass the exception to
ISafeRunnable.handleException()
.
SafeRunnable.run(ISafeRunnable)
|
Eclipse Platform Release 3.1 |
|||||||||||
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, 2005. All rights reserved.