public class DialogUserAbortEvent extends DialogEvent
A User Abort is equivalent to a TCAP TC-U-ABORT.
| Modifier and Type | Field and Description |
|---|---|
static EventTypeID |
ID
Common event type used when firing DialogUserAbortEvent instances to the SLEE.
|
| Constructor and Description |
|---|
DialogUserAbortEvent(Dialog dialog,
java.lang.Object[] userInformation) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
getUserInformationpublic static final EventTypeID ID
public DialogUserAbortEvent(Dialog dialog, java.lang.Object[] userInformation)