org.csapi.jr.se.ui
Interface CallRelatedSendInfoListener

All Superinterfaces:
java.util.EventListener

public interface CallRelatedSendInfoListener
extends java.util.EventListener

This interface is to be implemented for receiving events emitted by the call related 'Send Info' 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 resulted in an error.
 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 onSendInfoErrEvent(org.csapi.jr.se.ui.SendInfoErrEvent sendInfoErrEvent)
          Invoked when the request to send information was unsuccessful.
 void onSendInfoResEvent(org.csapi.jr.se.ui.SendInfoResEvent sendInfoResEvent)
          Invoked when the request to send information was successful.
 

Method Detail

onSendInfoResEvent

public void onSendInfoResEvent(org.csapi.jr.se.ui.SendInfoResEvent sendInfoResEvent)
Invoked when the request to send information was successful.

Parameters:
sendInfoResEvent - Reference to a SendInfoResEvent event emitted from the activity object.

onSendInfoErrEvent

public void onSendInfoErrEvent(org.csapi.jr.se.ui.SendInfoErrEvent sendInfoErrEvent)
Invoked when the request to send information was unsuccessful.

Parameters:
sendInfoErrEvent - Reference to a SendInfoErrEvent 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 resulted in an error.

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