org.csapi.jr.se.pam.event
Interface PAMEventHandlerListener

All Superinterfaces:
java.util.EventListener

public interface PAMEventHandlerListener
extends java.util.EventListener

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


Method Summary
 void onEventNotifyErrEvent(org.csapi.jr.se.pam.event.EventNotifyErrEvent eventNotifyErrEvent)
          Called due to a Gateway initiated call to the eventNotifyErr() method on the callback interface.
 void onEventNotifyEvent(org.csapi.jr.se.pam.event.EventNotifyEvent eventNotifyEvent)
          Called due to a Gateway initiated call to the eventNotify() method on the callback interface.
 

Method Detail

onEventNotifyEvent

public void onEventNotifyEvent(org.csapi.jr.se.pam.event.EventNotifyEvent eventNotifyEvent)
Called due to a Gateway initiated call to the eventNotify() method on the callback interface.

Parameters:
eventNotifyEvent - Reference to a EventNotifyEvent event emmited from the impl or activity object.

onEventNotifyErrEvent

public void onEventNotifyErrEvent(org.csapi.jr.se.pam.event.EventNotifyErrEvent eventNotifyErrEvent)
Called due to a Gateway initiated call to the eventNotifyErr() method on the callback interface.

Parameters:
eventNotifyErrEvent - Reference to a EventNotifyErrEvent event emmited from the impl or activity object.