Module org.jpo
Package org.jpo.cache

Class ThumbnailQueueRequest

java.lang.Object
org.jpo.cache.ThumbnailQueueRequest
All Implemented Interfaces:
Comparable<ThumbnailQueueRequest>

public class ThumbnailQueueRequest extends Object implements Comparable<ThumbnailQueueRequest>
The ThumbnailQueueRequest is the type of object that will sit on the ThumbnailCreationQueue with a references to the ThumbnailQueueRequestCallbackHandler and the queue priority. When the Thumbnail has been created the ThumbnailQueueRequestCallbackHandler.callbackThumbnailCreated(org.jpo.cache.ThumbnailQueueRequest) method will be fired and the caller can process the new Thumbnail.