public final class RecordingStartedEvent extends JVoiceXMLEvent
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DETAIL
The detailing part.
|
static java.lang.String |
EVENT_TYPE
The detail message.
|
| Constructor and Description |
|---|
RecordingStartedEvent(java.lang.String id)
Constructs a new event with the event type as its detail message.
|
| 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.
|
getMessage, isTypepublic static final java.lang.String DETAIL
public static final java.lang.String EVENT_TYPE
public RecordingStartedEvent(java.lang.String id)
The DETAIL is used to construct the event type.
id - the session idgetEventType()public java.lang.String getSessionId()
public java.lang.String getEventType()
getEventType in class JVoiceXMLEvent