public class DialogOpenAcceptEvent extends DialogEvent
Modifier and Type | Field and Description |
---|---|
static EventTypeID |
ID
Common event type used when firing DialogOpenAcceptEvent instances to the SLEE.
|
Constructor and Description |
---|
DialogOpenAcceptEvent(Dialog dialog,
SccpAddress responderAddress,
Object[] userInformation)
Create a new open-accept event.
|
Modifier and Type | Method and Description |
---|---|
SccpAddress |
getResponderAddress()
Get the SCCP address of the responder.
|
String |
toString() |
getUserInformation
public static final EventTypeID ID
public DialogOpenAcceptEvent(Dialog dialog, SccpAddress responderAddress, Object[] userInformation)
dialog
- the accepted dialogueresponderAddress
- the responding address (SCCP calling party address of the TC-CONTINUE / TC-END)userInformation
- user information, if present in the responsepublic SccpAddress getResponderAddress()