Uses of Class
org.osgi.framework.FrameworkEvent
-
Packages that use FrameworkEvent Package Description org.osgi.framework Framework Package Version 1.8.org.osgi.framework.launch Framework Launch Package Version 1.2. -
-
Uses of FrameworkEvent in org.osgi.framework
Methods in org.osgi.framework with parameters of type FrameworkEvent Modifier and Type Method Description void
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 FrameworkEvent Modifier and Type Method Description FrameworkEvent
Framework. waitForStop(long timeout)
Wait until this Framework has completely stopped.
-