com.ooyala.android.ServerTaskCallback Interface Reference

A callback interface for some Asynchronous callback tasks Generally used only internally for network requests. More...

Public Member Functions

void callback (boolean success, OoyalaException error)
 called when the task is completed, caller should check both item and error More...
 

Detailed Description

A callback interface for some Asynchronous callback tasks Generally used only internally for network requests.

Member Function Documentation

void com.ooyala.android.ServerTaskCallback.callback ( boolean  success,
OoyalaException  error 
)

called when the task is completed, caller should check both item and error

Parameters
successsuccess if the task completed successfully
errorthe error, could be null