类的使用
org.osgi.framework.FrameworkEvent
-
使用FrameworkEvent的程序包 程序包 说明 org.apache.felix.framework org.apache.felix.framework.util org.osgi.framework Framework Package Version 1.8.org.osgi.framework.launch Framework Launch Package Version 1.2. -
-
org.apache.felix.framework中FrameworkEvent的使用
返回FrameworkEvent的org.apache.felix.framework中的方法 修饰符和类型 方法 说明 FrameworkEventFelix. waitForStop(long timeout)This method will cause the calling thread to block until the framework shuts down. -
org.apache.felix.framework.util中FrameworkEvent的使用
参数类型为FrameworkEvent的org.apache.felix.framework.util中的方法 修饰符和类型 方法 说明 voidEventDispatcher. fireFrameworkEvent(FrameworkEvent event) -
org.osgi.framework中FrameworkEvent的使用
参数类型为FrameworkEvent的org.osgi.framework中的方法 修饰符和类型 方法 说明 voidFrameworkListener. frameworkEvent(FrameworkEvent event)Receives notification of a generalFrameworkEventobject. -
org.osgi.framework.launch中FrameworkEvent的使用
返回FrameworkEvent的org.osgi.framework.launch中的方法 修饰符和类型 方法 说明 FrameworkEventFramework. waitForStop(long timeout)Wait until this Framework has completely stopped.
-