|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISRInstrumentation
Extension point for monitoring the execution of an SR app. Uses a unique call identifier (uci) to represent a phone call.
| Method Summary | |
|---|---|
void |
onActivateFlow(int uci,
IFlow flow)
A flow has been activated (pushed onto the flow stack. |
void |
onCallBegin(int uci,
IFlow flow)
Starting execution of an app on a call. |
void |
onCallEnd(int uci)
Execution of an app has ended. |
void |
onError(int uci,
IFlow flow)
An error has ocurred. |
void |
onExecuteFlow(int uci,
IFlow flow)
A flow is being executed and will now generate a VoiceXML page. |
void |
onUserInput(int uci,
IFlow flow,
SRResults results)
|
| Method Detail |
|---|
void onCallBegin(int uci,
IFlow flow)
uci - call identifierflow - application flowvoid onCallEnd(int uci)
uci - call identifier
void onActivateFlow(int uci,
IFlow flow)
uci - call identifierflow - flow being activated.
void onExecuteFlow(int uci,
IFlow flow)
uci - call identifierflow - flow being executed.
void onUserInput(int uci,
IFlow flow,
SRResults results)
void onError(int uci,
IFlow flow)
uci - unique call identiferflow - flow in which error occured.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||