org.csapi.jr.se.am
Interface AccountManagerListener

All Superinterfaces:
java.util.EventListener

public interface AccountManagerListener
extends java.util.EventListener

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

onReportNotificationEvent

public void onReportNotificationEvent(org.csapi.jr.se.am.ReportNotificationEvent reportNotificationEvent)
Called due to a Gateway initiated call to the reportNotification() method on the callback interface.

MANUAL_UPDATE_REQUIRED Unable to determine correct activity listener interface(s). Move to the correct activity listener interface(s). In some cases you may have to move the method to more than one location, for example onAbortActionResEvent() in the UI service should be moved to the DeleteMessageActivity, RecordMessageActivity, CallRelatedSendInfo and CallRelatedSendInfoAndCollect classes.

Parameters:
reportNotificationEvent - Reference to a ReportNotificationEvent event emmited from the impl or activity object.

onQueryBalanceResEvent

public void onQueryBalanceResEvent(org.csapi.jr.se.am.QueryBalanceResEvent queryBalanceResEvent)
Called due to a Gateway initiated call to the queryBalanceRes() method on the callback interface.

MANUAL_UPDATE_REQUIRED Unable to determine correct activity listener interface(s). Move to the correct activity listener interface(s). In some cases you may have to move the method to more than one location, for example onAbortActionResEvent() in the UI service should be moved to the DeleteMessageActivity, RecordMessageActivity, CallRelatedSendInfo and CallRelatedSendInfoAndCollect classes.

Parameters:
queryBalanceResEvent - Reference to a QueryBalanceResEvent event emmited from the impl or activity object.

onQueryBalanceErrEvent

public void onQueryBalanceErrEvent(org.csapi.jr.se.am.QueryBalanceErrEvent queryBalanceErrEvent)
Called due to a Gateway initiated call to the queryBalanceErr() method on the callback interface.

MANUAL_UPDATE_REQUIRED Unable to determine correct activity listener interface(s). Move to the correct activity listener interface(s). In some cases you may have to move the method to more than one location, for example onAbortActionResEvent() in the UI service should be moved to the DeleteMessageActivity, RecordMessageActivity, CallRelatedSendInfo and CallRelatedSendInfoAndCollect classes.

Parameters:
queryBalanceErrEvent - Reference to a QueryBalanceErrEvent event emmited from the impl or activity object.

onRetrieveTransactionHistoryResEvent

public void onRetrieveTransactionHistoryResEvent(org.csapi.jr.se.am.RetrieveTransactionHistoryResEvent retrieveTransactionHistoryResEvent)
Called due to a Gateway initiated call to the retrieveTransactionHistoryRes() method on the callback interface.

MANUAL_UPDATE_REQUIRED Unable to determine correct activity listener interface(s). Move to the correct activity listener interface(s). In some cases you may have to move the method to more than one location, for example onAbortActionResEvent() in the UI service should be moved to the DeleteMessageActivity, RecordMessageActivity, CallRelatedSendInfo and CallRelatedSendInfoAndCollect classes.

Parameters:
retrieveTransactionHistoryResEvent - Reference to a RetrieveTransactionHistoryResEvent event emmited from the impl or activity object.

onRetrieveTransactionHistoryErrEvent

public void onRetrieveTransactionHistoryErrEvent(org.csapi.jr.se.am.RetrieveTransactionHistoryErrEvent retrieveTransactionHistoryErrEvent)
Called due to a Gateway initiated call to the retrieveTransactionHistoryErr() method on the callback interface.

MANUAL_UPDATE_REQUIRED Unable to determine correct activity listener interface(s). Move to the correct activity listener interface(s). In some cases you may have to move the method to more than one location, for example onAbortActionResEvent() in the UI service should be moved to the DeleteMessageActivity, RecordMessageActivity, CallRelatedSendInfo and CallRelatedSendInfoAndCollect classes.

Parameters:
retrieveTransactionHistoryErrEvent - Reference to a RetrieveTransactionHistoryErrEvent event emmited from the impl or activity object.