Uses of Class
org.osgi.framework.FrameworkEvent
Packages that use FrameworkEvent
Package
Description
Framework Package Version 1.8.
Framework Launch Package Version 1.2.
-
Uses of FrameworkEvent in org.apache.felix.framework
Methods in org.apache.felix.framework that return FrameworkEventModifier and TypeMethodDescriptionFelix.waitForStop
(long timeout) This method will cause the calling thread to block until the framework shuts down. -
Uses of FrameworkEvent in org.apache.felix.framework.util
Methods in org.apache.felix.framework.util with parameters of type FrameworkEvent -
Uses of FrameworkEvent in org.osgi.framework
Methods in org.osgi.framework with parameters of type FrameworkEventModifier and TypeMethodDescriptionvoid
FrameworkListener.frameworkEvent
(FrameworkEvent event) Receives notification of a generalFrameworkEvent
object. -
Uses of FrameworkEvent in org.osgi.framework.launch
Methods in org.osgi.framework.launch that return FrameworkEventModifier and TypeMethodDescriptionFramework.waitForStop
(long timeout) Wait until this Framework has completely stopped.