Uses of Class
org.osgi.framework.FrameworkEvent
-
Packages that use FrameworkEvent Package Description org.apache.felix.framework org.osgi.framework Framework Package Version 1.10.org.osgi.framework.launch Framework Launch Package Version 1.2. -
-
Uses of FrameworkEvent in org.apache.felix.framework
Methods in org.apache.felix.framework that return FrameworkEvent Modifier and Type Method Description FrameworkEventFelix. waitForStop(long timeout)This method will cause the calling thread to block until the framework shuts down.Methods in org.apache.felix.framework with parameters of type FrameworkEvent Modifier and Type Method Description voidEventDispatcher. fireFrameworkEvent(FrameworkEvent event) -
Uses of FrameworkEvent in org.osgi.framework
Methods in org.osgi.framework with parameters of type FrameworkEvent Modifier and Type Method Description voidFrameworkListener. frameworkEvent(FrameworkEvent event)Receives notification of a generalFrameworkEventobject. -
Uses of FrameworkEvent in org.osgi.framework.launch
Methods in org.osgi.framework.launch that return FrameworkEvent Modifier and Type Method Description FrameworkEventFramework. waitForStop(long timeout)Wait until this Framework has completely stopped.
-