|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface MatchListener is implemented by classes that want to be notified of events during the matching process. A MatchListener should be registered with the @link MatchEngine, to receive its notifications
| Method Summary | |
void |
matchQueryFinished(MatchQuery query,
MatchResult result)
Called after a match query has completed, just before returning the query execution results |
void |
matchQueryStarted(MatchQuery query)
Called before the match engine starts executing a match query |
| Method Detail |
public void matchQueryStarted(MatchQuery query)
query - the query that is about to be executed
public void matchQueryFinished(MatchQuery query,
MatchResult result)
query - the query that has been executedresult - the result of the matching process
|
Hosted by |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||