info.aduna.infosource.query
Interface GraphResultListener

All Superinterfaces:
ResultListener
All Known Implementing Classes:
GraphResultAdapter

public interface GraphResultListener
extends ResultListener


Method Summary
 void process(org.openrdf.model.Statement statement, org.openrdf.repository.Repository origin)
          Reports the specified Statement originating from the specified Repository.
 
Methods inherited from interface info.aduna.infosource.query.ResultListener
finishedEvaluation, finishedQuerying, querying, startingEvaluation
 

Method Detail

process

void process(org.openrdf.model.Statement statement,
             org.openrdf.repository.Repository origin)
             throws EvaluationStoppedException
Reports the specified Statement originating from the specified Repository.

Throws:
EvaluationStoppedException


Copyright © 1997-2008 Aduna. All Rights Reserved.