com.genesyslab.ail.event
Interface AbstractInteractionEvent.Extension

All Known Subinterfaces:
InteractionEvent.Extension, RoutingInteractionEvent.Extension
Enclosing interface:
AbstractInteractionEvent

public static interface AbstractInteractionEvent.Extension

Interface containing the keys of the AIL extensions possibly present in an InteractionEvent. Value of the AIL extension may contain information that has changed in the Interaction due to the event.


Field Summary
static java.lang.String ATTACHED_DATA_CHANGED
          Extension key for interaction INFO_CHANGED event.
 

Field Detail

ATTACHED_DATA_CHANGED

static final java.lang.String ATTACHED_DATA_CHANGED
Extension key for interaction INFO_CHANGED event. The value associated with this key is the list of all attached_data of the interaction.

See Also:
Constant Field Values