public static interface ChangeVideoAsync.ChangeVideoListener
Modifier and Type | Method and Description |
---|---|
void |
onChangeVideoPostExecuteCompleted(ChangeVideoOutput output,
int status,
java.lang.String message,
java.lang.String response)
This method will be invoked after controller complete execution.
|
void |
onChangeVideoPreExecuteStarted()
This method will be invoked before controller start execution.
|
void onChangeVideoPreExecuteStarted()
void onChangeVideoPostExecuteCompleted(ChangeVideoOutput output, int status, java.lang.String message, java.lang.String response)