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 WebThumbnailStateWebThumbnail. addCompletionListener(java.lang.Runnable runnable)Adds a completion listener that will wait for completion of the loading.WebThumbnailStateWebThumbnail. getState()Gets the state of the thumbnail process.static WebThumbnailStateWebThumbnailState. 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.WebThumbnailStateWebThumbnail. 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 voidIWebThumbnailListener. onCompleted(WebThumbnail thumbnail, WebThumbnailState state, java.lang.Throwable exception)Called upon completion of the thumbnail image generation process.