All Downloads are FREE. Search and download functionalities are using the official Maven repository.

se.l4.silo.search.query.QueryReceiver Maven / Gradle / Ivy

The newest version!
package se.l4.silo.search.query;

import se.l4.silo.search.QueryItem;

public interface QueryReceiver
{
	void addQuery(QueryItem item);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy