public class CCPromptAndCollectUserInformationResultEvent extends OperationResultEvent<CCReceivedInformationArg>
Used as SLEE result event class by CCOperations.promptAndCollectUserInformation
.
Constructor and Description |
---|
CCPromptAndCollectUserInformationResultEvent(CCDialog dialog,
TcapOperation operation,
CCReceivedInformationArg argument,
int invokeId,
boolean lastResult)
Initialize a new com.opencloud.slee.resources.cgin.callcontrol.events.CCPromptAndCollectUserInformationResultEvent
|
Modifier and Type | Method and Description |
---|---|
CCDialog |
getDialog()
Gets the associated dialog.
|
getResult, isLastResult, toString
getInvokeId, getOperationInfo
public CCPromptAndCollectUserInformationResultEvent(CCDialog dialog, TcapOperation operation, CCReceivedInformationArg argument, int invokeId, boolean lastResult)
dialog
- the associated dialogoperation
- metadata object that describes the operationargument
- argument POJOinvokeId
- TCAP invoke IDlastResult
- true if this is a TC-RESULT-L, false if this is a TC-RESULT-NL