public final class GotoNextFormItemEvent extends PlainEvent
<goto> event to another form item.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EVENT_TYPE
The detail message.
|
| Constructor and Description |
|---|
GotoNextFormItemEvent(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 |
getItem()
Retrieves the name of the next form item.
|
getMessage, isTypepublic GotoNextFormItemEvent(java.lang.String name)
name - name of the next form item.public java.lang.String getEventType()
getEventType in class JVoiceXMLEventpublic java.lang.String getItem()