Uses of Class
org.eclipse.osgi.baseadaptor.HookRegistry

Packages that use HookRegistry
org.eclipse.osgi.baseadaptor   
 

Uses of HookRegistry in org.eclipse.osgi.baseadaptor
 

Methods in org.eclipse.osgi.baseadaptor that return HookRegistry
 HookRegistry BaseAdaptor.getHookRegistry()
          Returns the HookRegistry object for this adaptor.
 

Methods in org.eclipse.osgi.baseadaptor with parameters of type HookRegistry
 void HookConfigurator.addHooks(HookRegistry hookRegistry)
          Adds hooks to the specified hook registry.