org.csapi.jr.se.policy.evaluation
Interface NotificationListener

All Superinterfaces:
java.util.EventListener

public interface NotificationListener
extends java.util.EventListener

This interface is to be implemented for receiving events issued by the Notification activity object.


Method Summary
 void onReportNotificationEvent(org.csapi.jr.se.policy.evaluation.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.evaluation.ReportNotificationEvent reportNotificationEvent)
Called due to a Gateway initiated call to the reportNotification() method on the callback interface

Parameters:
reportNotificationEvent - Reference to a ReportNotificationEvent event emitted from the activity object.