public static interface GetCelebrityAsync.GetCelibrityListener
Modifier and Type | Method and Description |
---|---|
void |
onGetCelibrityPostExecuteCompleted(CelibrityOutputModel celibrityOutputModel,
int code,
java.lang.String msg,
java.lang.String response)
This method will be invoked after controller complete execution.
|
void |
onGetCelibrityPreExecuteStarted()
This method will be invoked before controller start execution.
|
void onGetCelibrityPreExecuteStarted()
void onGetCelibrityPostExecuteCompleted(CelibrityOutputModel celibrityOutputModel, int code, java.lang.String msg, java.lang.String response)
celibrityOutputModel
- A Model Class which contain responses. To get that responses we need to call the respective getter methods.code
- Response Code From The Servermsg
- On Success Message