org.jvoicexml.event.plain.jvxml
Class GotoNextFormEvent
java.lang.Object
java.lang.Throwable
org.jvoicexml.event.JVoiceXMLEvent
org.jvoicexml.event.PlainEvent
org.jvoicexml.event.plain.jvxml.GotoNextFormEvent
- All Implemented Interfaces:
- Serializable
public final class GotoNextFormEvent
- extends PlainEvent
The FIA processed a <got> event.
- Since:
- 0.3
Copyright © 2005 JVoiceXML group -
http://jvoicexml.sourceforge.net/
- Version:
- $Revision: 201 $
- Author:
- Dirk Schnelle
- See Also:
- Serialized Form
EVENT_TYPE
public static final String EVENT_TYPE
- The detail message.
GotoNextFormEvent
public GotoNextFormEvent(String name)
- Construct a new object.
- Parameters:
name - name of the next form.
getEventType
public String getEventType()
- Get the event type of this event.
- Specified by:
getEventType in class JVoiceXMLEvent
- Returns:
- Event type.
getForm
public String getForm()
- Retrieve the name of the next form.
- Returns:
- Name of the next form.
Copyright © 2005-2007 JVoiceXML group.