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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.genesyslab.ail.event.DnEvent
DnEvent.EventReason
 
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.
 
Methods inherited from interface com.genesyslab.ail.event.DnEvent
getDn, getEventReason, getQueue, getStatus, getTEventExtensions, getWorkmode
 
Methods inherited from interface com.genesyslab.ail.event.AbstractDnEvent
getTEventReasons
 
Methods inherited from interface com.genesyslab.ail.event.ObjectEvent
getSource
 

Method Detail

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.