public static interface UpdateContentAsync.UpdateContentListener
Modifier and Type | Method and Description |
---|---|
void |
onUpdateContentPostExecuteCompleted(UpdateContentOutput updateContentOutput,
int code,
java.lang.String message,
java.lang.String response)
This method will be invoked after controller complete execution.
|
void |
onUpdateCoontentPreExecuteStarted()
This method will be invoked before controller start execution.
|
void onUpdateCoontentPreExecuteStarted()
void onUpdateContentPostExecuteCompleted(UpdateContentOutput updateContentOutput, int code, java.lang.String message, java.lang.String response)