Package org.jitsi.osgi.framework
Interface BundleActivatorHolder
-
- All Known Implementing Classes:
BundleImpl,FrameworkImpl
public interface BundleActivatorHolderRepresents an accessor to a specializedBundle.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddBundleActivator(Class<? extends org.osgi.framework.BundleActivator> bundleActivator)Registers aBundleActivatorwith this instance.
-
-
-
Method Detail
-
addBundleActivator
void addBundleActivator(Class<? extends org.osgi.framework.BundleActivator> bundleActivator)
Registers aBundleActivatorwith this instance.- Parameters:
bundleActivator- the Activator to register with this bundle.
-
-