chemaxon.naming
Interface DocumentExtractor.ProgressListener

Enclosing class:
DocumentExtractor

public static interface DocumentExtractor.ProgressListener


Method Summary
 boolean progress(DocumentExtractor.ProgressInfo info)
          Callback method called to notify the listener of the progress of the extraction.
 

Method Detail

progress

boolean progress(DocumentExtractor.ProgressInfo info)
Callback method called to notify the listener of the progress of the extraction. Extraction can be canceled by returning true.

Parameters:
info - Information about the status of the extraction.
Returns:
true if extraction should be stopped, false if it should continue.