Package org.eclipse.jface.util
Interface ISafeRunnableRunner
public interface ISafeRunnableRunner
Runs a safe runnables.
Clients may provide their own implementation to change how safe runnables are run from within JFace.
- Since:
- 3.1
- See Also:
-
Method Summary
-
Method Details
-
run
Runs the runnable. AllISafeRunnableRunnersmust catch any exception thrown by theISafeRunnableand pass the exception toISafeRunnable.handleException().- Parameters:
code- the code executed as a save runnable- See Also:
-