Uses of Class
org.osgi.framework.FrameworkEvent

Packages that use FrameworkEvent
org.apache.felix.framework   
org.apache.felix.framework.util   
org.osgi.framework.launch Framework Launch Package Version 1.0. 
 

Uses of FrameworkEvent in org.apache.felix.framework
 

Methods in org.apache.felix.framework that return FrameworkEvent
 FrameworkEvent Felix.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
 void EventDispatcher.fireFrameworkEvent(FrameworkEvent event)
           
 

Uses of FrameworkEvent in org.osgi.framework.launch
 

Methods in org.osgi.framework.launch that return FrameworkEvent
 FrameworkEvent Framework.waitForStop(long timeout)
          Wait until this Framework has completely stopped.
 



Copyright © 2006-2009 The Apache Software Foundation. All Rights Reserved.