org.apache.lucene.gdata.search.index
Interface IndexEventListener

All Known Implementing Classes:
IndexController

public interface IndexEventListener

This interface should be implemented by classes need to be notified when an index is commited

Author:
Simon Willnauer

Method Summary
 void commitCallBack(String service)
          This method will be invoked by an instance of GDataIndexer if the index is commited
 

Method Detail

commitCallBack

void commitCallBack(String service)
This method will be invoked by an instance of GDataIndexer if the index is commited

Parameters:
service - - the name of the service the invoking indexer runs for


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.