Uses of Interface
org.sakaiproject.search.indexer.api.IndexWorkerListener

Packages that use IndexWorkerListener
org.sakaiproject.search.indexer.api   
org.sakaiproject.search.indexer.debug   
org.sakaiproject.search.indexer.impl   
 

Uses of IndexWorkerListener in org.sakaiproject.search.indexer.api
 

Methods in org.sakaiproject.search.indexer.api with parameters of type IndexWorkerListener
 void IndexWorker.addIndexWorkerListener(IndexWorkerListener indexWorkerListener)
           
 void IndexWorker.removeIndexWorkerListener(IndexWorkerListener indexWorkerListener)
           
 

Uses of IndexWorkerListener in org.sakaiproject.search.indexer.debug
 

Classes in org.sakaiproject.search.indexer.debug that implement IndexWorkerListener
 class DebugIndexWorkerListener
          Debug listener to the index operations
 

Uses of IndexWorkerListener in org.sakaiproject.search.indexer.impl
 

Methods in org.sakaiproject.search.indexer.impl that return types with arguments of type IndexWorkerListener
 List<IndexWorkerListener> TransactionalIndexWorker.getIndexWorkerListeners()
           
 

Methods in org.sakaiproject.search.indexer.impl with parameters of type IndexWorkerListener
 void TransactionalIndexWorker.addIndexWorkerListener(IndexWorkerListener indexWorkerListener)
           
 void TransactionalIndexWorker.removeIndexWorkerListener(IndexWorkerListener indexWorkerListener)
           
 

Method parameters in org.sakaiproject.search.indexer.impl with type arguments of type IndexWorkerListener
 void TransactionalIndexWorker.setIndexWorkerListeners(List<IndexWorkerListener> indexWorkerListeners)
           
 



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