Class 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 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.0.0
    • Constructor Detail

      • DialogCloseEvent

        public DialogCloseEvent​(Dialog dialog)
        Construct a new close event.
        Parameters:
        dialog - the dialogue this event corresponds to