public final class TransferEvent extends PlainEvent implements InputEvent
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EVENT_TYPE
The detail message.
|
| Constructor and Description |
|---|
TransferEvent(java.lang.String uri,
java.lang.String callResult)
Constructs a new event with the event type as its detail message.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDestination()
Retrieves the destination of the transfer.
|
java.lang.String |
getEventType()
Get the event type of this event.
|
java.lang.Object |
getInputResult()
Retrieves the result of the input process.
|
getMessage, isTypepublic TransferEvent(java.lang.String uri,
java.lang.String callResult)
uri - destination of the transfer.callResult - result of the call.public java.lang.String getEventType()
getEventType in class JVoiceXMLEventpublic java.lang.String getDestination()
public java.lang.Object getInputResult()
getInputResult in interface InputEvent