public static interface UploadContentAsync.UploadContentListener
| Modifier and Type | Method and Description |
|---|---|
void |
onUploadContentPostExecuteCompleted(UploadContentOutputModel uploadContentOutputModel,
int status,
java.lang.String message,
java.lang.String response)
This method will be invoked after controller complete execution.
|
void |
onUploadCoontentPreExecuteStarted()
This method will be invoked before controller start execution.
|
void onUploadCoontentPreExecuteStarted()
void onUploadContentPostExecuteCompleted(UploadContentOutputModel uploadContentOutputModel, int status, java.lang.String message, java.lang.String response)
response - string which contain responses. To get that responses we need to call the respective getter methods.