public interface EventListener
Modifier and Type | Method and Description |
---|---|
default void |
onImageCachePopulated()
Will be called when the image cache will be successfully populated.
|
default void |
onImageCachingFailed(java.lang.Throwable reason)
Will be called when the image cache will fail to be populated.
|
default void |
onSessionConfigurationFailed(java.lang.Throwable cause)
Will be called when the session configuration will fail to be retrieved.
|
default void |
onSessionConfigured(boolean cached)
Will be called when the session configuration will be successfully
retrieved.
|
default void onSessionConfigured(boolean cached)
cached
- true
if the configuration response was cached,
else false
default void onSessionConfigurationFailed(java.lang.Throwable cause)
cause
- the cause of the failuredefault void onImageCachePopulated()
default void onImageCachingFailed(java.lang.Throwable reason)
reason
- the reason for the failure