public interface ProgressListener extends EventListener
Parser implementations to report on the progress of
 a parse operation| Modifier and Type | Method and Description | 
|---|---|
void | 
conversionCompleted(ProgressEvent evt)
Invoked whenever a convert operation completes successfully 
 | 
void | 
conversionFailed(ProgressEvent evt)
Invoked whenever a convert operation completes, but failed to read some of the document 
 | 
void | 
conversionStarted(ProgressEvent evt)
Invoked whenever a convert operation commences 
 | 
void | 
convertedMore(ProgressEvent evt)
Invoked whenever more of a document is convertd. 
 | 
void | 
parsedMore(ProgressEvent evt)
Invoked whenever more of a document is parsed. 
 | 
void | 
parsingCompleted(ProgressEvent evt)
Invoked whenever a parse operation completes successfully 
 | 
void | 
parsingFailed(ProgressEvent evt)
Invoked whenever a parse operation completes, but failed to read some of the document 
 | 
void | 
parsingStarted(ProgressEvent evt)
Invoked whenever a parse operation commences 
 | 
void | 
validatedMore(ProgressEvent evt)
Invoked whenever more of a document is validated. 
 | 
void | 
validationCompleted(ProgressEvent evt)
Invoked whenever a validate operation completes successfully 
 | 
void | 
validationFailed(ProgressEvent evt)
Invoked whenever a validate operation completes, but failed to read some of the document 
 | 
void | 
validationStarted(ProgressEvent evt)
Invoked whenever a validate operation commences 
 | 
void parsingStarted(ProgressEvent evt)
evt - void parsingCompleted(ProgressEvent evt)
evt - void parsingFailed(ProgressEvent evt)
evt - void parsedMore(ProgressEvent evt)
evt - void validationStarted(ProgressEvent evt)
evt - void validationCompleted(ProgressEvent evt)
evt - void validationFailed(ProgressEvent evt)
evt - void validatedMore(ProgressEvent evt)
evt - void conversionStarted(ProgressEvent evt)
evt - void conversionCompleted(ProgressEvent evt)
evt - void conversionFailed(ProgressEvent evt)
evt - void convertedMore(ProgressEvent evt)
evt - Copyright © 2014. All rights reserved.