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- 
runRuns 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:
 
 
-