|
Kofax Mobile SDK API Reference
|
The listener interface for receiving Process Progress events. More...
Public Member Functions | |
| void | processProgress (ProcessProgressEvent event) |
| Invoked when process progress information is available. More... | |
The listener interface for receiving Process Progress events.
A class that is interested in processing a ProcessProgressEvent should implement this interface, and then register itself with the ImageProcessor using the addProcessProgressEventListener method.
| void processProgress | ( | ProcessProgressEvent | event | ) |
Invoked when process progress information is available.