Uses of Class
com.iizix.server.webthumbs.WebThumbnailState
Packages that use WebThumbnailState Package Description com.iizix.server.webthumbs Uses of WebThumbnailState in com.iizix.server.webthumbs
Methods in com.iizix.server.webthumbs that return WebThumbnailState Modifier and Type Method Description WebThumbnailState
WebThumbnail. addCompletionListener(java.lang.Runnable runnable)
Adds a completion listener that will wait for completion of the loading.WebThumbnailState
WebThumbnail. getState()
Gets the state of the thumbnail process.static WebThumbnailState
WebThumbnailState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WebThumbnailState[]
WebThumbnailState. values()
Returns an array containing the constants of this enum type, in the order they are declared.WebThumbnailState
WebThumbnail. waitForCompletion(java.lang.Runnable runnable)
Waits for completion of the loading.Methods in com.iizix.server.webthumbs with parameters of type WebThumbnailState Modifier and Type Method Description void
IWebThumbnailListener. onCompleted(WebThumbnail thumbnail, WebThumbnailState state, java.lang.Throwable exception)
Called upon completion of the thumbnail image generation process.