Uses of Interface
org.eclipse.core.runtime.ISafeRunnableWithResult
Package
Description
Provides support for the runtime platform, core utility methods and the extension registry.
-
Uses of ISafeRunnableWithResult in org.eclipse.core.runtime
Modifier and TypeMethodDescriptionstatic <T> T
SafeRunner.run
(ISafeRunnableWithResult<T> code) Runs the given runnable in a protected mode and returns the result given by the runnable.