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.
-
Method Summary
-
Method Details
-
run
Runs the runnable. AllISafeRunnableRunners
must catch any exception thrown by theISafeRunnable
and pass the exception toISafeRunnable.handleException()
.- Parameters:
code
- the code executed as a save runnable- See Also:
-