|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is to be implemented for receiving events issued by the RecordMessage 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 |
onRecordMessageErrEvent(org.csapi.jr.se.ui.RecordMessageErrEvent recordMessageErrEvent)
Invoked when the request to record a message was unsuccessful. |
void |
onRecordMessageResEvent(org.csapi.jr.se.ui.RecordMessageResEvent recordMessageResEvent)
Invoked when the request to record a message was successful. |
Method Detail |
public void onRecordMessageResEvent(org.csapi.jr.se.ui.RecordMessageResEvent recordMessageResEvent)
recordMessageResEvent
- Reference to a RecordMessageResEvent event
emitted from the activity object.public void onRecordMessageErrEvent(org.csapi.jr.se.ui.RecordMessageErrEvent recordMessageErrEvent)
recordMessageErrEvent
- Reference to a RecordMessageErrEvent event
emitted from the activity object.public void onAbortActionResEvent(org.csapi.jr.se.ui.AbortActionResEvent abortActionResEvent)
abortActionResEvent
- Reference to an AbortActionResEvent event emitted
from the activity object.public void onAbortActionErrEvent(org.csapi.jr.se.ui.AbortActionErrEvent abortActionErrEvent)
abortActionErrEvent
- Reference to an AbortActionErrEvent event emitted
from the activity object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |