FileDocCategorySizeDatePackage
IndexEventListener.javaAPI DocApache Lucene 2.1.01144Wed Feb 14 10:46:06 GMT 2007org.apache.lucene.gdata.search.index

IndexEventListener

public interface IndexEventListener
This interface should be implemented by classes need to be notified when an index is commited
author
Simon Willnauer

Fields Summary
Constructors Summary
Methods Summary
public abstract voidcommitCallBack(java.lang.String service)
This method will be invoked by an instance of {@link GDataIndexer} if the index is commited

param
service - the name of the service the invoking indexer runs for