Hello all

I'm declaring a component using DM which gets created when all dependencies are met. This component should also get notified of framework events and thus implements FrameworkListener.

Does the OSGi framework also use a whiteboard pattern for delivering these events, meaning I only need to publish my component as a FrameworkListener.class service and it will get called by the framework when needed?

If not, is there an elegant way of registering it using DM?

Thanks & regards
  Philipp


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org

Reply via email to