com.ontotext.ordi.wsmo4rdf
Interface QueryResultListener

All Known Implementing Classes:
SparqlXmlResultListener

public interface QueryResultListener

This class is call-back interface that WsmoConnection class will use to return query result values.

Author:
vassil

Method Summary
 void nextBinding(String name, Object value)
          Method is called when a binded variable is iterated.
 void nextBindingSet()
          Method is called when a new set of binded variables is iterated.
 

Method Detail

nextBindingSet

void nextBindingSet()
Method is called when a new set of binded variables is iterated.


nextBinding

void nextBinding(String name,
                 Object value)
Method is called when a binded variable is iterated.

Parameters:
name - is binded name
value - is binded value


Copyright © 2008. All Rights Reserved.