org.jvoicexml.event.plain.jvxml
Class GotoNextDocumentEvent

java.lang.Object
  extended by java.lang.Throwable
      extended by org.jvoicexml.event.JVoiceXMLEvent
          extended by org.jvoicexml.event.PlainEvent
              extended by org.jvoicexml.event.plain.jvxml.GotoNextDocumentEvent
All Implemented Interfaces:
Serializable

public final class GotoNextDocumentEvent
extends PlainEvent

The FIA processed a <goto> event.

Since:
0.3

Copyright © 2005 JVoiceXML group - http://jvoicexml.sourceforge.net/

Version:
$Revision: 201 $
Author:
Dirk Schnelle
See Also:
Serialized Form

Field Summary
static String EVENT_TYPE
          The detail message.
 
Constructor Summary
GotoNextDocumentEvent(URI uri)
          Constructs a new object.
 
Method Summary
 String getEventType()
          Get the event type of this event.
 URI getUri()
          Retrieves the URI of the next document.
 
Methods inherited from class org.jvoicexml.event.JVoiceXMLEvent
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EVENT_TYPE

public static final String EVENT_TYPE
The detail message.

Constructor Detail

GotoNextDocumentEvent

public GotoNextDocumentEvent(URI uri)
Constructs a new object.

Parameters:
uri - URI of the next document.
Method Detail

getEventType

public String getEventType()
Get the event type of this event.

Specified by:
getEventType in class JVoiceXMLEvent
Returns:
Event type.

getUri

public URI getUri()
Retrieves the URI of the next document.

Returns:
URI of the next document.


Copyright © 2005-2007 JVoiceXML group.