org.csapi.jr.se.policy
Interface PolicyDomainListener

All Superinterfaces:
java.util.EventListener

public interface PolicyDomainListener
extends java.util.EventListener

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


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

Method Detail

onReportNotificationEvent

public void onReportNotificationEvent(org.csapi.jr.se.policy.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.