org.sakaiproject.search.indexer.api
Interface IndexWorkerListener

All Known Implementing Classes:
DebugIndexWorkerListener

public interface IndexWorkerListener

An index Worker listener is notified when an index update cycle is performed

Author:
ieb

Method Summary
 void indexWorkerEnd(IndexWorker worker)
          fired when the index worker finishes a cycle
 void indexWorkerStart(IndexWorker worker)
          fired when an index worker starts a cycle
 

Method Detail

indexWorkerEnd

void indexWorkerEnd(IndexWorker worker)
fired when the index worker finishes a cycle

Parameters:
worker - the worker performing the operation

indexWorkerStart

void indexWorkerStart(IndexWorker worker)
fired when an index worker starts a cycle

Parameters:
worker - the worker performing the operation


Copyright © 2003-2012 Sakai Project. All Rights Reserved.