|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResolveListener
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.
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 |
|---|
void moduleResolved(ModuleEvent event)
event - the module event containing the event data.void moduleUnresolved(ModuleEvent event)
event - the module event containing the event data.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||