Uses of Interface
org.eclipse.osgi.framework.adaptor.BundleWatcher

Packages that use BundleWatcher
org.eclipse.osgi.baseadaptor   
org.eclipse.osgi.framework.adaptor   
 

Uses of BundleWatcher in org.eclipse.osgi.baseadaptor
 

Methods in org.eclipse.osgi.baseadaptor that return BundleWatcher
 BundleWatcher BaseAdaptor.getBundleWatcher()
           
 BundleWatcher[] HookRegistry.getWatchers()
          Returns the list of configured bundle watchers.
 

Methods in org.eclipse.osgi.baseadaptor with parameters of type BundleWatcher
 void HookRegistry.addWatcher(BundleWatcher watcher)
          Adds a bundle watcher to this hook registry.
 

Uses of BundleWatcher in org.eclipse.osgi.framework.adaptor
 

Methods in org.eclipse.osgi.framework.adaptor that return BundleWatcher
 BundleWatcher FrameworkAdaptor.getBundleWatcher()
          Returns the bundle watcher for this FrameworkAdaptor.