You are here:
com.dtsearch.engine Package
>
Interfaces
>
IIndexStatusHandler Interface
>
IIndexStatusHandler.onProgressUpdate Method
Close
dtSearch Engine API for Java
Contents
Index
Home
Previous
Up
Next
IIndexStatusHandler.onProgressUpdate Method
Called during an index update to provide details on the status of the indexer.
IIndexStatusHandler Interface
com.dtsearch.engine Package
Syntax
Java
void
onProgressUpdate
(
com.dtsearch.engine.IndexProgressInfo
info
);