public final class RecordingEvent extends PlainEvent implements InputEvent
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EVENT_TYPE
The detail message.
|
| Constructor and Description |
|---|
RecordingEvent(byte[] recordingBuffer)
Constructs a new object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEventType()
Get the event type of this event.
|
java.lang.Object |
getInputResult()
Retrieves the result of the input process.
|
byte[] |
getRecordingBuffer()
Retrieves the buffer of the recording.
|
void |
setInputResult(java.lang.Object inputResult)
Sets the input result.
|
getMessage, isTypepublic RecordingEvent(byte[] recordingBuffer)
recordingBuffer - output buffer of the recording.public java.lang.String getEventType()
getEventType in class JVoiceXMLEventpublic void setInputResult(java.lang.Object inputResult)
inputResult - new value for the input result.public java.lang.Object getInputResult()
getInputResult in interface InputEventpublic byte[] getRecordingBuffer()