Class Activator

  • All Implemented Interfaces:
    EventListener, org.osgi.framework.BundleActivator, org.osgi.framework.FrameworkListener

    public class Activator
    extends Object
    implements org.osgi.framework.BundleActivator, org.osgi.framework.FrameworkListener
    This bundle activator ensures that the init sequence happens in the right order.
    • Method Detail

      • start

        public void start​(org.osgi.framework.BundleContext context)
        Specified by:
        start in interface org.osgi.framework.BundleActivator
      • stop

        public void stop​(org.osgi.framework.BundleContext context)
        Specified by:
        stop in interface org.osgi.framework.BundleActivator
      • frameworkEvent

        public void frameworkEvent​(org.osgi.framework.FrameworkEvent event)
        Specified by:
        frameworkEvent in interface org.osgi.framework.FrameworkListener