Class DialogDelimiterEvent
- java.lang.Object
-
- Event
-
- DialogEvent
-
- DialogDelimiterEvent
-
public class DialogDelimiterEvent extends DialogEvent
Defines the dialog Delimiter indication that may be received from the network. A delimiter is generated after the final component in a TCAP TC-BEGIN or TC-CONTINUE message is received.
-
-
Field Summary
Fields Modifier and Type Field Description static EventTypeID
ID
Common event type used when firing DialogDelimiterEvent instances to the SLEE.
-
Constructor Summary
Constructors Constructor Description DialogDelimiterEvent(Dialog dialog)
Create a new delimiter 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 DialogDelimiterEvent instances to the SLEE.- Name: com.opencloud.slee.resources.cgin.DialogDelimiter
- Vendor: OpenCloud
- Version: 3.1
-
-
Constructor Detail
-
DialogDelimiterEvent
public DialogDelimiterEvent(Dialog dialog)
Create a new delimiter event.- Parameters:
dialog
- the dialog for the event
-
-