Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 562 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 562 Bytes

eclipse-examples

Code examples for OSGi & Eclipse plug-in development.

  • example.osgi.bundlelistener - Uses an OSGi BundleListener to track changes in a bundle's lifecycle (install, start, stop, uninstall, etc).
  • example.osgi.bundletracker - Uses an OSGi BundleTracker to track changes in a bundle's lifecycle (install, start, stop, uninstall, etc).
  • example.eclipse.bundlewatcher - Uses an Eclipse BundleWatcher to track changesof a bundle's lifecycle (install, start, stop, uninstall, etc) from the moment the OSGi environment is started.