|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is to be implemented for receiving events issued by the AccountManager service object.
Method Summary | |
void |
onQueryBalanceErrEvent(org.csapi.jr.se.am.QueryBalanceErrEvent queryBalanceErrEvent)
Called due to a Gateway initiated call to the queryBalanceErr() method on the callback interface. |
void |
onQueryBalanceResEvent(org.csapi.jr.se.am.QueryBalanceResEvent queryBalanceResEvent)
Called due to a Gateway initiated call to the queryBalanceRes() method on the callback interface. |
void |
onReportNotificationEvent(org.csapi.jr.se.am.ReportNotificationEvent reportNotificationEvent)
Called due to a Gateway initiated call to the reportNotification() method on the callback interface. |
void |
onRetrieveTransactionHistoryErrEvent(org.csapi.jr.se.am.RetrieveTransactionHistoryErrEvent retrieveTransactionHistoryErrEvent)
Called due to a Gateway initiated call to the retrieveTransactionHistoryErr() method on the callback interface. |
void |
onRetrieveTransactionHistoryResEvent(org.csapi.jr.se.am.RetrieveTransactionHistoryResEvent retrieveTransactionHistoryResEvent)
Called due to a Gateway initiated call to the retrieveTransactionHistoryRes() method on the callback interface. |
Method Detail |
public void onReportNotificationEvent(org.csapi.jr.se.am.ReportNotificationEvent reportNotificationEvent)
reportNotificationEvent
- Reference to a ReportNotificationEvent event
emmited from the impl or activity object.public void onQueryBalanceResEvent(org.csapi.jr.se.am.QueryBalanceResEvent queryBalanceResEvent)
queryBalanceResEvent
- Reference to a QueryBalanceResEvent event
emmited from the impl or activity object.public void onQueryBalanceErrEvent(org.csapi.jr.se.am.QueryBalanceErrEvent queryBalanceErrEvent)
queryBalanceErrEvent
- Reference to a QueryBalanceErrEvent event
emmited from the impl or activity object.public void onRetrieveTransactionHistoryResEvent(org.csapi.jr.se.am.RetrieveTransactionHistoryResEvent retrieveTransactionHistoryResEvent)
retrieveTransactionHistoryResEvent
- Reference to a RetrieveTransactionHistoryResEvent event
emmited from the impl or activity object.public void onRetrieveTransactionHistoryErrEvent(org.csapi.jr.se.am.RetrieveTransactionHistoryErrEvent retrieveTransactionHistoryErrEvent)
retrieveTransactionHistoryErrEvent
- Reference to a RetrieveTransactionHistoryErrEvent event
emmited from the impl or activity object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |