Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Re: Embedding Equinox OSGi and EclipseStarter

Thomas Watson <tjwatson@xxxxxxxxxx> writes:

> Equinox has a general hooking mechanism which allows you to hook
> into many different parts of the framework (see
> http://wiki.eclipse.org/index.php/Adaptor_Hooks).

Wow, this is excellent documentation. Thank you.

> You should be able to do what you describe by implementing the
> org.eclipse.osgi.baseadaptor.hooks.AdaptorHook interface.

Yes, that one, and perhaps the BundleWatcher interface. I'll try
implementing with these this afternoon and report back how I fare.

-- 
Steven E. Harris



Back to the top