|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
org.jvoicexml.event.JVoiceXMLEvent
org.jvoicexml.event.PlainEvent
org.jvoicexml.event.plain.jvxml.InternalExitEvent
public final class InternalExitEvent
The FIA processed a <exit> event.
Copyright © 2005 JVoiceXML group - http://jvoicexml.sourceforge.net/
| Field Summary | |
|---|---|
static String |
EVENT_TYPE
The detail message. |
| Constructor Summary | |
|---|---|
InternalExitEvent(Map<String,Object> mappings)
Constructs a new object with the given namelist as return value. |
|
InternalExitEvent(Object value)
Constructs a new object with the given return value. |
|
| Method Summary | |
|---|---|
String |
getEventType()
Get the event type of this event. |
Object |
getReturnValue()
Retrieves the return value. |
Map<String,Object> |
getVariables()
Retrieves the variable names to be passed to the interpreter context. |
| Methods inherited from class org.jvoicexml.event.JVoiceXMLEvent |
|---|
getMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String EVENT_TYPE
| Constructor Detail |
|---|
public InternalExitEvent(Object value)
value - Return value.public InternalExitEvent(Map<String,Object> mappings)
mappings - Variable names to be returned to the interpreter.| Method Detail |
|---|
public String getEventType()
getEventType in class JVoiceXMLEventpublic Object getReturnValue()
public Map<String,Object> getVariables()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||