public interface ValidationListener
extends java.util.EventListener
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
Modifier and Type | Method and Description |
---|---|
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.
|
void moduleValidated(ModuleEvent event)
event
- the module event containing the event data.void moduleInvalidated(ModuleEvent event)
event
- the module event containing the event data.