com.genesyslab.ail.event
Interface DnUserEvent
- All Superinterfaces:
- AbstractDnEvent, DnEvent, ObjectEvent, java.io.Serializable
public interface DnUserEvent
- extends DnEvent
A special DN event carrying only data for third-party communication protocols or events.
|
Method Summary |
java.util.Map |
getEventUserData()
Returns user data associated with the user event. |
java.lang.String |
getTConnectionId()
Returns the TConnectionId associated with the user event, if
any. |
getEventUserData
java.util.Map getEventUserData()
- Returns user data associated with the user event.
Note: Those data are associated to this particular event
and are strictly different from the attached data (user data)
associated with an Interaction.
getTConnectionId
java.lang.String getTConnectionId()
- Returns the TConnectionId associated with the user event, if
any.