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.