org.csapi.jr.se.ui
Interface UIAdminManagerListener

All Superinterfaces:
java.util.EventListener

public interface UIAdminManagerListener
extends java.util.EventListener

This interface is to be implemented for receiving events issued by the UIAdminManager service object.


Method Summary
 void onAdminRelatedDeleteMessageErrEvent(org.csapi.jr.se.ui.AdminRelatedDeleteMessageErrEvent adminRelatedDeleteMessageErrEvent)
          Called due to a Gateway initiated call to the adminRelatedDeleteMessageErr() method on the callback interface.
 void onAdminRelatedDeleteMessageResEvent(org.csapi.jr.se.ui.AdminRelatedDeleteMessageResEvent adminRelatedDeleteMessageResEvent)
          Called due to a Gateway initiated call to the adminRelatedDeleteMessageRes() method on the callback interface.
 void onAdminRelatedGetMessageErrEvent(org.csapi.jr.se.ui.AdminRelatedGetMessageErrEvent adminRelatedGetMessageErrEvent)
          Called due to a Gateway initiated call to the adminRelatedGetMessageErr() method on the callback interface.
 void onAdminRelatedGetMessageResEvent(org.csapi.jr.se.ui.AdminRelatedGetMessageResEvent adminRelatedGetMessageResEvent)
          Called due to a Gateway initiated call to the adminRelatedGetMessageRes() method on the callback interface.
 void onAdminRelatedPutMessageErrEvent(org.csapi.jr.se.ui.AdminRelatedPutMessageErrEvent adminRelatedPutMessageErrEvent)
          Called due to a Gateway initiated call to the adminRelatedPutMessageErr() method on the callback interface.
 void onAdminRelatedPutMessageResEvent(org.csapi.jr.se.ui.AdminRelatedPutMessageResEvent adminRelatedPutMessageResEvent)
          Called due to a Gateway initiated call to the adminRelatedPutMessageRes() method on the callback interface.
 

Method Detail

onAdminRelatedGetMessageResEvent

public void onAdminRelatedGetMessageResEvent(org.csapi.jr.se.ui.AdminRelatedGetMessageResEvent adminRelatedGetMessageResEvent)
Called due to a Gateway initiated call to the adminRelatedGetMessageRes() 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:
adminRelatedGetMessageResEvent - Reference to a AdminRelatedGetMessageResEvent event emmited from the impl or activity object.

onAdminRelatedGetMessageErrEvent

public void onAdminRelatedGetMessageErrEvent(org.csapi.jr.se.ui.AdminRelatedGetMessageErrEvent adminRelatedGetMessageErrEvent)
Called due to a Gateway initiated call to the adminRelatedGetMessageErr() 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:
adminRelatedGetMessageErrEvent - Reference to a AdminRelatedGetMessageErrEvent event emmited from the impl or activity object.

onAdminRelatedDeleteMessageResEvent

public void onAdminRelatedDeleteMessageResEvent(org.csapi.jr.se.ui.AdminRelatedDeleteMessageResEvent adminRelatedDeleteMessageResEvent)
Called due to a Gateway initiated call to the adminRelatedDeleteMessageRes() 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:
adminRelatedDeleteMessageResEvent - Reference to a AdminRelatedDeleteMessageResEvent event emmited from the impl or activity object.

onAdminRelatedDeleteMessageErrEvent

public void onAdminRelatedDeleteMessageErrEvent(org.csapi.jr.se.ui.AdminRelatedDeleteMessageErrEvent adminRelatedDeleteMessageErrEvent)
Called due to a Gateway initiated call to the adminRelatedDeleteMessageErr() 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:
adminRelatedDeleteMessageErrEvent - Reference to a AdminRelatedDeleteMessageErrEvent event emmited from the impl or activity object.

onAdminRelatedPutMessageResEvent

public void onAdminRelatedPutMessageResEvent(org.csapi.jr.se.ui.AdminRelatedPutMessageResEvent adminRelatedPutMessageResEvent)
Called due to a Gateway initiated call to the adminRelatedPutMessageRes() 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:
adminRelatedPutMessageResEvent - Reference to a AdminRelatedPutMessageResEvent event emmited from the impl or activity object.

onAdminRelatedPutMessageErrEvent

public void onAdminRelatedPutMessageErrEvent(org.csapi.jr.se.ui.AdminRelatedPutMessageErrEvent adminRelatedPutMessageErrEvent)
Called due to a Gateway initiated call to the adminRelatedPutMessageErr() 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:
adminRelatedPutMessageErrEvent - Reference to a AdminRelatedPutMessageErrEvent event emmited from the impl or activity object.