public interface ISafeRunnableRunner
Clients may provide their own implementation to change how safe runnables are run from within JFace.
Modifier and Type | Method and Description |
---|---|
void |
run(ISafeRunnable code)
Runs the runnable.
|
void run(ISafeRunnable code)
ISafeRunnableRunners
must catch any exception
thrown by the ISafeRunnable
and pass the exception to
ISafeRunnable.handleException()
.SafeRunnable.run(ISafeRunnable)
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.