Class DialogCloseEvent
- java.lang.Object
-
- Event
-
- DialogEvent
-
- DialogCloseEvent
-
public class DialogCloseEvent extends DialogEvent
Defines the dialog Close indication that may be received from the network. A Close is generated after the final component contained in a TC-END TCAP message. Receipt of this event indicates that the dialog has been closed without a prearranged end, as if a dialog is closed with prearranged end set then no Close indication is forwarded to the remote Provider.
-
-
Field Summary
Fields Modifier and Type Field Description static EventTypeID
ID
Common event type used when firing DialogCloseEvent instances to the SLEE.
-
Constructor Summary
Constructors Constructor Description DialogCloseEvent(Dialog dialog)
Construct a new close event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class com.opencloud.slee.resources.cgin.DialogEvent
getUserInformation
-
-
-
-
Field Detail
-
ID
public static final EventTypeID ID
Common event type used when firing DialogCloseEvent instances to the SLEE.- Name: com.opencloud.slee.resources.cgin.DialogClose
- Vendor: OpenCloud
- Version: 3.1
-
-
Constructor Detail
-
DialogCloseEvent
public DialogCloseEvent(Dialog dialog)
Construct a new close event.- Parameters:
dialog
- the dialogue this event corresponds to
-
-