Interface BundleActivatorHolder

  • All Known Implementing Classes:
    BundleImpl, FrameworkImpl

    public interface BundleActivatorHolder
    Represents an accessor to a specialized Bundle.
    • Method Detail

      • addBundleActivator

        void addBundleActivator​(Class<? extends org.osgi.framework.BundleActivator> bundleActivator)
        Registers a BundleActivator with this instance.
        Parameters:
        bundleActivator - the Activator to register with this bundle.