|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResultListener
ResultListeners are notified by a QueryEvaluator about the query results. Subinterfaces will have to add methods that pass on the actual results.
| Method Summary | |
|---|---|
void |
finishedEvaluation()
Send when the evaluation proces is finished. |
void |
finishedQuerying(org.openrdf.repository.Repository repository)
Reports that the specified Repository has produced all its results. |
void |
querying(org.openrdf.repository.Repository repository)
Indicates that the QueryEvaluator has started querying the specified Repository. |
void |
startingEvaluation(int nrRepositories)
Indicates that the QueryEvaluator is starting evaluation of its Query. |
| Method Detail |
|---|
void startingEvaluation(int nrRepositories)
void querying(org.openrdf.repository.Repository repository)
void finishedQuerying(org.openrdf.repository.Repository repository)
void finishedEvaluation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||