org.csapi.jr.se.ui
Interface CallRelatedSendInfoAndCollectListener

All Superinterfaces:
java.util.EventListener

public interface CallRelatedSendInfoAndCollectListener
extends java.util.EventListener

This interface is to be implemented for receiving events emitted by the call related 'Send Info And Collect' activity object.


Method Summary
 void onAbortActionErrEvent(org.csapi.jr.se.ui.AbortActionErrEvent abortActionErrEvent)
          Invoked when the request to abort a user interaction operation on a call/call leg was unsuccessful.
 void onAbortActionResEvent(org.csapi.jr.se.ui.AbortActionResEvent abortActionResEvent)
          Invoked when the request to abort a user interaction operation on a call/call leg was successful.
 void onSendInfoAndCollectErrEvent(org.csapi.jr.se.ui.SendInfoAndCollectErrEvent sendInfoAndCollectErrEvent)
          Invoked when the request to send information and collect a response was unsuccessful.
 void onSendInfoAndCollectResEvent(org.csapi.jr.se.ui.SendInfoAndCollectResEvent sendInfoAndCollectResEvent)
          Invoked when the request to send information and collect a response was successful.
 

Method Detail

onSendInfoAndCollectResEvent

public void onSendInfoAndCollectResEvent(org.csapi.jr.se.ui.SendInfoAndCollectResEvent sendInfoAndCollectResEvent)
Invoked when the request to send information and collect a response was successful.

Parameters:
sendInfoAndCollectResEvent - Reference to a SendInfoAndCollectResEvent event emitted from the activity object.

onSendInfoAndCollectErrEvent

public void onSendInfoAndCollectErrEvent(org.csapi.jr.se.ui.SendInfoAndCollectErrEvent sendInfoAndCollectErrEvent)
Invoked when the request to send information and collect a response was unsuccessful.

Parameters:
sendInfoAndCollectErrEvent - Reference to a SendInfoAndCollectErrEvent event emitted from the activity object.

onAbortActionResEvent

public void onAbortActionResEvent(org.csapi.jr.se.ui.AbortActionResEvent abortActionResEvent)
Invoked when the request to abort a user interaction operation on a call/call leg was successful.

Parameters:
abortActionResEvent - Reference to an AbortActionResEvent event emitted from the activity object.

onAbortActionErrEvent

public void onAbortActionErrEvent(org.csapi.jr.se.ui.AbortActionErrEvent abortActionErrEvent)
Invoked when the request to abort a user interaction operation on a call/call leg was unsuccessful.

Parameters:
abortActionErrEvent - Reference to an AbortActionErrEvent event emitted from the activity object.