org.apache.felix.framework.searchpolicy
Interface ResolveListener

All Superinterfaces:
EventListener

public interface ResolveListener
extends EventListener

This is an event listener interface for listening to resolution events that are generated by the R4SearchPolicy. Events are fired when a module is resolved and when it is unresolved.

See Also:
org.apache.felix.framework.searchpolicy.R4SearchPolicyCore

Method Summary
 void moduleResolved(ModuleEvent event)
          This is an event callback method that indicates that a module was resolved.
 void moduleUnresolved(ModuleEvent event)
          This is an event callback method that indicates that a module was unresolved.
 

Method Detail

moduleResolved

void moduleResolved(ModuleEvent event)
This is an event callback method that indicates that a module was resolved.

Parameters:
event - the module event containing the event data.

moduleUnresolved

void moduleUnresolved(ModuleEvent event)
This is an event callback method that indicates that a module was unresolved.

Parameters:
event - the module event containing the event data.


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.