org.jvoicexml.event.plain.jvxml
Class SubmitEvent
java.lang.Object
java.lang.Throwable
org.jvoicexml.event.JVoiceXMLEvent
org.jvoicexml.event.PlainEvent
org.jvoicexml.event.plain.jvxml.SubmitEvent
- All Implemented Interfaces:
- Serializable
public final class SubmitEvent
- extends PlainEvent
The FIA processed a <submit> event.
- Since:
- 0.7
- Version:
- $Revision: 2476 $
- Author:
- Dirk Schnelle-Walka
- See Also:
- Serialized Form
EVENT_TYPE
public static final String EVENT_TYPE
- The detail message.
SubmitEvent
public SubmitEvent(DocumentDescriptor documentDescriptor)
- Constructs a new object.
- Parameters:
documentDescriptor - descriptor of the next document.
getEventType
public String getEventType()
- Get the event type of this event.
- Specified by:
getEventType in class JVoiceXMLEvent
- Returns:
- Event type.
getDocumentDescriptor
public DocumentDescriptor getDocumentDescriptor()
- Retrieves the descriptor of the next document.
- Returns:
- descriptor of the next document.
Copyright © 2005-2010JVoiceXML group.