T
- public interface BoxCastCallback<T>
Modifier and Type | Method and Description |
---|---|
void |
onFailure(java.lang.Exception exception)
Called when the resource failed to load.
|
void |
onSuccess(T result)
Called when the resource has been successfully loaded.
|
void onSuccess(T result)
result
- The resource that was loaded.void onFailure(java.lang.Exception exception)
exception
- The exception that was thrown.