Uses of Interface
org.eclipse.osgi.baseadaptor.hooks.AdaptorHook

Packages that use AdaptorHook
org.eclipse.osgi.baseadaptor   
 

Uses of AdaptorHook in org.eclipse.osgi.baseadaptor
 

Methods in org.eclipse.osgi.baseadaptor that return AdaptorHook
 AdaptorHook[] HookRegistry.getAdaptorHooks()
          Returns the list of configured adaptor hooks.
 

Methods in org.eclipse.osgi.baseadaptor with parameters of type AdaptorHook
 void HookRegistry.addAdaptorHook(AdaptorHook adaptorHook)
          Adds a adaptor hook to this hook registry.