Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

E4/EAS/Context Change

< E4‎ | EAS
Revision as of 15:49, 24 October 2009 by Remysuen.ca.ibm.com (Talk | contribs) (New page: The OSGi framework is completely dynamic and bundles are expected to be able to handle bundles, and its services, starting up and shutting down on-the-fly. As the Eclipse platform is run a...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The OSGi framework is completely dynamic and bundles are expected to be able to handle bundles, and its services, starting up and shutting down on-the-fly. As the Eclipse platform is run and managed by an OSGi framework, components that are built on top of the platform should be able to monitor these changes to react accordingly as necessary.

Eclipse 3.x API

The org.eclipse.core.runtime.dynamichelpers.IExtensionTracker allows one the ability to monitor extension points and their derived objects.

Back to the top