public static interface DeletePlayListContentAsync.DeletePlaylistContentListner
Modifier and Type | Method and Description |
---|---|
void |
onDeletePlaylistContentPostExecuteCompleted(DeleteContentOutput deleteContentOutput,
int code,
java.lang.String msg,
java.lang.String response)
This method will be invoked after controller finish its task.
|
void |
onDeletePlaylistContentPreExecuteStarted()
This method will be invoked before controller start execution.
|
void onDeletePlaylistContentPreExecuteStarted()
void onDeletePlaylistContentPostExecuteCompleted(DeleteContentOutput deleteContentOutput, int code, java.lang.String msg, java.lang.String response)