com.qoppa.preflight.profiles
Interface PreflightProgress
- public interface PreflightProgress
This class is used when preflighting a document to receive progress reports on the
preflighting process. The calling application can implement this interface to show
a progress bar or some other progress mechanism to the user as a document is being
preflighted.
- Author:
- Qoppa Software
|
Method Summary |
void |
progress(int pageNumber,
int percent,
String message)
|
progress
public void progress(int pageNumber,
int percent,
String message)