Eclipse
IntelliJ
NetBeans
XpoLog
Upload
API List
Favorites
Packages
Classes
Methods
Limit search to favorites
Recent
Register
Login
Classic Mode
Library:
Eclipse Platform, JDT and PDE 3.2
Package:
org.eclipse.core.runtime
Interface
public
interface
ISafeRunnable
Overview
Inheritance
Members
Usage
Source
Books
Since
Not specified.
Version
Not specified.
Author(s)
Not specified.
Safe runnables represent blocks of code and associated exception handlers. They are typically used when a plug-in needs to call some untrusted code (e.g., code contributed by another plug-in via an extension).
This interface can be used without OSGi running.
Clients may implement this interface.
See also
run(ISafeRunnable)
Wiki javadoc
Use
textile entry format
.
Add your comments here.
NOTE: Usage information is based only on libraries in your favorites list.
In Constructors
In Fields
Returned by
As method parameter
Home
-
About
-
FAQ
-
Privacy
-
Contact
This interface can be used without OSGi running.
Clients may implement this interface.