net.sourceforge.nite.query
Interface SimpleQueryResultHandler

All Known Implementing Classes:
AnnotationArea, NTextArea, NTranscriptionView

public interface SimpleQueryResultHandler

A handler for query results.

Author:
Elaine Farrow

Method Summary
 void acceptResults(java.util.List results)
          Accept the given list of query results, which can contain a mixture of NOMElements and further lists.
 

Method Detail

acceptResults

void acceptResults(java.util.List results)
Accept the given list of query results, which can contain a mixture of NOMElements and further lists.

Parameters:
results - the results.