public final class GotoNextFormEvent extends PlainEvent
<goto> event to another form.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EVENT_TYPE
The detail message.
|
| Constructor and Description |
|---|
GotoNextFormEvent(java.lang.String name)
Construct a new object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEventType()
Get the event type of this event.
|
java.lang.String |
getForm()
Retrieves the name of the next form.
|
getMessage, isTypepublic GotoNextFormEvent(java.lang.String name)
name - name of the next form.public java.lang.String getEventType()
getEventType in class JVoiceXMLEventpublic java.lang.String getForm()