Uses of Class
org.apache.felix.moduleloader.ModuleEvent

Packages that use ModuleEvent
org.apache.felix.framework.searchpolicy   
org.apache.felix.moduleloader   
 

Uses of ModuleEvent in org.apache.felix.framework.searchpolicy
 

Methods in org.apache.felix.framework.searchpolicy with parameters of type ModuleEvent
 void R4SearchPolicyCore.moduleAdded(ModuleEvent event)
           
 void R4SearchPolicyCore.moduleRefreshed(ModuleEvent event)
          This is an experimental method that is likely to change or go away - so don't use it for now.
 void R4SearchPolicyCore.moduleRemoved(ModuleEvent event)
           
 void ResolveListener.moduleResolved(ModuleEvent event)
          This is an event callback method that indicates that a module was resolved.
 void ResolveListener.moduleUnresolved(ModuleEvent event)
          This is an event callback method that indicates that a module was unresolved.
 

Uses of ModuleEvent in org.apache.felix.moduleloader
 

Methods in org.apache.felix.moduleloader with parameters of type ModuleEvent
 void ModuleListener.moduleAdded(ModuleEvent event)
           This method is called after a module is added to the IModuleFactory.
 void ModuleListener.moduleRefreshed(ModuleEvent event)
          This is an experimental method that is likely to change or go away - so don't use it for now.
 void ModuleListener.moduleRemoved(ModuleEvent event)
           This method is called after a module is remove from the IModuleFactory.