org.csapi.jr.se.ui
Interface SendInfoListener

All Superinterfaces:
java.util.EventListener

public interface SendInfoListener
extends java.util.EventListener

This interface is to be implemented for receiving events issued by the SendInfo 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.
 

Method Detail

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.