com.ooyala.android.ServerTaskManager.ContentItemCallback Interface Reference

a callback interface for content item fetch tasks More...

Public Member Functions

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

Detailed Description

a callback interface for content item fetch tasks

Member Function Documentation

void com.ooyala.android.ServerTaskManager.ContentItemCallback.callback ( ContentItem  item,
OoyalaException  error 
)

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

Parameters
itemthe fetched items, null if failed
errorthe error, could be null