public class SynthesizedOutputEvent extends JVoiceXMLEvent
SynthesizedOutput implementation. Events are
associated to a dedicated event source, i.e. the system output device, and a
session.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EVENT_TYPE
The detail message.
|
| Constructor and Description |
|---|
SynthesizedOutputEvent(SynthesizedOutput output,
java.lang.String detailedType,
java.lang.String id)
Constructs a new object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEventType()
Get the event type of this event.
|
java.lang.String |
getSessionId()
Retrieves the session id.
|
SynthesizedOutput |
getSource()
Retrieves the object that caused the event.
|
getMessage, isTypepublic SynthesizedOutputEvent(SynthesizedOutput output, java.lang.String detailedType, java.lang.String id) throws java.lang.IllegalArgumentException
output - object that caused the event.detailedType - the detailed messageid - the session idjava.lang.IllegalArgumentException - if an illegal event type is passed.public final SynthesizedOutput getSource()
public final java.lang.String getSessionId()
public java.lang.String getEventType()
getEventType in class JVoiceXMLEvent