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