public interface ThumbAsyncHandler
Modifier and Type | Method and Description |
---|---|
void |
thumbAsyncHandlerProc(int page_num,
boolean was_thumb_found,
java.lang.Object thumb_buf,
int thumb_width,
int thumb_height,
java.lang.Object custom_data)
Process thumbnail retrieval results.
|
void thumbAsyncHandlerProc(int page_num, boolean was_thumb_found, java.lang.Object thumb_buf, int thumb_width, int thumb_height, java.lang.Object custom_data)
page_num
- the page number of the thumbnailwas_thumb_found
- true if the thumbnail was found in the persistent cache, false otherwisethumb_buf
- the thumbnail datathumb_width
- the width of the thumbnail image, in pixelsthumb_height
- the height of the thumbnail imagecustom_data
- custom data passed into the call to GetThumbAsync