public static interface GetUserPlayListDetailsAsync.UserPlaylistDetailsListener
Modifier and Type | Method and Description |
---|---|
void |
onUserPlaylistDetailsPostExecuteCompleted(PlaylistDetailsOutputModel playlistDetailsOutputModel,
int code,
java.lang.String message,
java.lang.String response)
This method will be invoked after controller finish its task.
|
void |
onUserPlaylistDetailsPreExecuteStarted()
This method will be invoked before controller start execution.
|
void onUserPlaylistDetailsPreExecuteStarted()
void onUserPlaylistDetailsPostExecuteCompleted(PlaylistDetailsOutputModel playlistDetailsOutputModel, int code, java.lang.String message, java.lang.String response)