Package com.brightcove.player.edge
Interface OfflineCallback<R>
- Type Parameters:
R
- The type of the result.
public interface OfflineCallback<R>
This interface is used to provide a result from the
AbstractOfflineCatalog
asynchronous
methods-
Method Summary
-
Method Details
-
onSuccess
Called when the operation has completed successfully.- Parameters:
result
- The result of the operation.
-
onFailure
Called when an error has happened while executing the operation.- Parameters:
throwable
- Error returned to specify the reason of the failure.
-