public final class SubmitEvent extends PlainEvent
<submit> event.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EVENT_TYPE
The detail message.
|
| Constructor and Description |
|---|
SubmitEvent(DocumentDescriptor documentDescriptor)
Constructs a new object.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentDescriptor |
getDocumentDescriptor()
Retrieves the descriptor of the next document.
|
java.lang.String |
getEventType()
Get the event type of this event.
|
getMessage, isTypepublic SubmitEvent(DocumentDescriptor documentDescriptor)
documentDescriptor - descriptor of the next document.public java.lang.String getEventType()
getEventType in class JVoiceXMLEventpublic DocumentDescriptor getDocumentDescriptor()