org.jactr.core.module.retrieval.event
Interface IRetrievalModuleListener

All Superinterfaces:
java.util.EventListener

public interface IRetrievalModuleListener
extends java.util.EventListener


Method Summary
 void retrievalCompleted(RetrievalModuleEvent rme)
          now you can get the chunk retrieved
 void retrievalInitiated(RetrievalModuleEvent rme)
          when this is called you can only access the pattern used
 

Method Detail

retrievalInitiated

void retrievalInitiated(RetrievalModuleEvent rme)
when this is called you can only access the pattern used

Parameters:
rme -

retrievalCompleted

void retrievalCompleted(RetrievalModuleEvent rme)
now you can get the chunk retrieved

Parameters:
rme -