Uses of Enum Class
com.iizix.server.webthumbs.WebThumbnailState
Uses of WebThumbnailState in com.iizix.server.webthumbs
Modifier and TypeMethodDescriptionWebThumbnail.addCompletionListener
(Runnable runnable) Adds a completion listener that will wait for completion of the loading.WebThumbnail.getState()
Gets the state of the thumbnail process.static WebThumbnailState
Returns the enum constant of this class with the specified name.static WebThumbnailState[]
WebThumbnailState.values()
Returns an array containing the constants of this enum class, in the order they are declared.WebThumbnail.waitForCompletion
(Runnable runnable) Waits for completion of the loading.Modifier and TypeMethodDescriptionvoid
IWebThumbnailListener.onCompleted
(WebThumbnail thumbnail, WebThumbnailState state, Throwable exception) Called upon completion of the thumbnail image generation process.