Uses of Enum Class
com.iizix.server.webthumbs.WebThumbnailState
Packages that use WebThumbnailState
Uses of WebThumbnailState in com.iizix.server.webthumbs
Methods in com.iizix.server.webthumbs that return WebThumbnailStateModifier 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.Methods in com.iizix.server.webthumbs with parameters of type WebThumbnailStateModifier and TypeMethodDescriptionvoid
IWebThumbnailListener.onCompleted
(WebThumbnail thumbnail, WebThumbnailState state, Throwable exception) Called upon completion of the thumbnail image generation process.