- All Known Implementing Classes:
ThumbnailController
public interface ThumbnailQueueRequestCallbackHandler
Informs that the ImageIcon on a ThumbnailQueueRequest is ready for displaying
-
Method Summary
Modifier and TypeMethodDescriptionvoid
callbackThumbnailCreated
(ThumbnailQueueRequest thumbnailQueueRequest) The implementing class receives this method call and can then pick up the rendered image in the supplied thumbnailQueueRequest
-
Method Details
-
callbackThumbnailCreated
The implementing class receives this method call and can then pick up the rendered image in the supplied thumbnailQueueRequest- Parameters:
thumbnailQueueRequest
- the original request with the thumbnail
-