public final class ReturnEvent extends PlainEvent
<return> event.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EVENT_TYPE
The detail message.
|
| Constructor and Description |
|---|
ReturnEvent(java.util.Map<java.lang.String,java.lang.Object> mappings)
Constructs a new object with the given namelist as return value.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEventType()
Get the event type of this event.
|
java.util.Map<java.lang.String,java.lang.Object> |
getVariables()
Retrieves the variable names to be passed to the interpreter context.
|
getMessage, isTypepublic ReturnEvent(java.util.Map<java.lang.String,java.lang.Object> mappings)
mappings - Variable names to be returned to the interpreter.public java.lang.String getEventType()
getEventType in class JVoiceXMLEventpublic java.util.Map<java.lang.String,java.lang.Object> getVariables()