java.lang.Object | |
↳ | com.pdftron.pdf.RequestHandler |
RequestHandler is an interface for a custom handler that can be passed into ReflowProcessor.GetReflow, PreviewProcessor.GetBitmap, etc.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
enum | RequestHandler.JobRequestResult | Job request result state | |||||||||
interface | RequestHandler.RequestHandlerCallback |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | JOB_REQUEST_RESULT_CANCEL |
This constant is deprecated.
use CANCELLED instead.
|
|||||||||
int | JOB_REQUEST_RESULT_FAILURE |
This constant is deprecated.
use FAILED instead.
|
|||||||||
int | JOB_REQUEST_RESULT_PACKAGE_ERROR |
This constant is deprecated.
use PACKAGE_ERROR instead.
|
|||||||||
int | JOB_REQUEST_RESULT_POSTPONED |
This constant is deprecated.
use POSTPONED instead.
|
|||||||||
int | JOB_REQUEST_RESULT_PREVIOUS_CRASH |
This constant is deprecated.
use PREVIOUS_CRASH instead.
|
|||||||||
int | JOB_REQUEST_RESULT_SECURITY_ERROR |
This constant is deprecated.
use SECURITY_ERROR instead.
|
|||||||||
int | JOB_REQUEST_RESULT_SUCCESS |
This constant is deprecated.
use FINISHED instead.
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RequestHandler(RequestHandler.RequestHandlerCallback listener) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void | removeListener() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
This constant is deprecated.
use CANCELLED
instead.
The request was cancelled before it was processed.
This constant is deprecated.
use FAILED
instead.
The request could not be retrieved.
This constant is deprecated.
use PACKAGE_ERROR
instead.
Failure due to encountering a PDF package
This constant is deprecated.
use POSTPONED
instead.
The request was a duplicate of another finished request
This constant is deprecated.
use PREVIOUS_CRASH
instead.
Abort this request because we've crashed on this file previously
This constant is deprecated.
use SECURITY_ERROR
instead.
Failure due to password restriction.
This constant is deprecated.
use FINISHED
instead.
Successful retrieval of the request.