public static interface GetInvoicePdfAsync.GetInvoicePdfListener
Modifier and Type | Method and Description |
---|---|
void |
onGetInvoicePdfPostExecuteCompleted(GetInvoicePdfOutputModel getInvoicePdfOutputModel,
int code,
java.lang.String message,
java.lang.String status,
java.lang.String response)
This method will be invoked after controller complete execution.
|
void |
onGetInvoicePdfPreExecuteStarted()
This method will be invoked before controller start execution.
|
void onGetInvoicePdfPreExecuteStarted()
void onGetInvoicePdfPostExecuteCompleted(GetInvoicePdfOutputModel getInvoicePdfOutputModel, int code, java.lang.String message, java.lang.String status, java.lang.String response)
getInvoicePdfOutputModel
- A Model Class which contain responses. To get that responses we need to call the respective getter methods.code
- Response Code From The Servermessage
- On Success Messagestatus
- For Getting The Current Response