com.genesyslab.omsdk.qil.event
Interface QILInteractionPropertiesChangedEvent

All Superinterfaces:
QILInteractionEvent

public interface QILInteractionPropertiesChangedEvent
extends QILInteractionEvent

Fired when properties of Interaction are changed

Since:
7.1.010.00

Method Summary
 java.util.Map getChangedProperties()
          Returns map of properties changed in an interaction.
Added properties are also listed
 java.util.Map getRemovedProperties()
          Returns map of propertiest that were deleted from an interaction
 
Methods inherited from interface com.genesyslab.omsdk.qil.event.QILInteractionEvent
getInteraction
 

Method Detail

getChangedProperties

public java.util.Map getChangedProperties()
Returns map of properties changed in an interaction.
Added properties are also listed

Returns:
map of changed properties

getRemovedProperties

public java.util.Map getRemovedProperties()
Returns map of propertiest that were deleted from an interaction

Returns:
map of deleted properties