org.bioquery.gui
Interface QueryManager

All Known Implementing Classes:
ServerQueryManager, LocalQueryManager

public interface QueryManager

Interface that defines the parameters needed to submit a Query. Implementing classes may want to directly invoke the Query's QuerySubmitter to retrieve the results, or my go through an adaptor class if the Query needs to be submitted from another location.

Author:
James Brundege

Method Summary
 void getQueryData(Query theQuery)
           
 void getQueryResults(Query theQuery, View receivingView)
           
 

Method Detail

getQueryData

public void getQueryData(Query theQuery)

getQueryResults

public void getQueryResults(Query theQuery,
                            View receivingView)