|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is an event listener interface for listening to validation events that are generated by the ImportSearchPolicy. Events are fired when a module is validated and when it is invalidated.
ImportSearchPolicy
Method Summary | |
void |
moduleInvalidated(ModuleEvent event)
This is an event callback method that indicates that a module was invalidated. |
void |
moduleValidated(ModuleEvent event)
This is an event callback method that indicates that a module was validated. |
Method Detail |
public void moduleValidated(ModuleEvent event)
event
- the module event containing the event data.public void moduleInvalidated(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 |