public class ConnectionDisconnectTransferEvent extends PlainEvent
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EVENT_TYPE
The detail message.
|
| Constructor and Description |
|---|
ConnectionDisconnectTransferEvent()
Constructs a new event with the event type as its detail message.
|
ConnectionDisconnectTransferEvent(java.lang.String message)
Constructs a new event with the specified detail message. the given
detail message is expanded to the form
<EVENT_TYPE>: <message>. |
ConnectionDisconnectTransferEvent(java.lang.String message,
java.lang.Throwable cause)
Constructs a new event with the specified detail message and cause.
|
ConnectionDisconnectTransferEvent(java.lang.Throwable cause)
Constructs a new event with the specified cause and a detail message of
(cause==null ? |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEventType()
Get the event type of this event.
|
getMessage, isTypepublic static final java.lang.String EVENT_TYPE
public ConnectionDisconnectTransferEvent()
getEventType()public ConnectionDisconnectTransferEvent(java.lang.String message)
<EVENT_TYPE>: <message>.
The cause is not initialized.message - The detail message.getEventType()public ConnectionDisconnectTransferEvent(java.lang.Throwable cause)
(cause==null ? getEventType() : cause.toString()) (which
typically contains the class and detail message of cause).cause - The cause.getEventType()public ConnectionDisconnectTransferEvent(java.lang.String message,
java.lang.Throwable cause)
message - The detail message.cause - The cause.public final java.lang.String getEventType()
getEventType in class JVoiceXMLEvent