接口的使用
org.osgi.framework.BundleListener
-
使用BundleListener的程序包 程序包 说明 org.osgi.framework Framework Package Version 1.8. -
-
org.osgi.framework中BundleListener的使用
org.osgi.framework中BundleListener的子接口 修饰符和类型 接口 说明 interfaceSynchronousBundleListenerA synchronousBundleEventlistener.参数类型为BundleListener的org.osgi.framework中的方法 修饰符和类型 方法 说明 voidBundleContext. addBundleListener(BundleListener listener)Adds the specifiedBundleListenerobject to the context bundle's list of listeners if not already present.voidBundleContext. removeBundleListener(BundleListener listener)Removes the specifiedBundleListenerobject from the context bundle's list of listeners.
-