|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISafeRunnableRunner
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 |
---|
void run(ISafeRunnable code)
ISafeRunnableRunners
must catch any exception
thrown by the ISafeRunnable
and pass the exception to
ISafeRunnable.handleException()
.
SafeRunnable.run(ISafeRunnable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |