com.genesyslab.ail.event
Interface KwInteractionContextEvent

All Superinterfaces:
ObjectEvent, java.io.Serializable

public interface KwInteractionContextEvent
extends ObjectEvent

An event reporting KwInteractionContext status changes.


Method Summary
 KwInteractionContext getContext()
          Returns the KwInteractionContext to which this event is related.
 KwInteractionContext.Reason getReason()
          Returns the reason of the status change.
 KwInteractionContext.Status getStatus()
          Return the new status of a KwInteractionContext.
 
Methods inherited from interface com.genesyslab.ail.event.ObjectEvent
getSource
 

Method Detail

getStatus

KwInteractionContext.Status getStatus()
Return the new status of a KwInteractionContext.


getReason

KwInteractionContext.Reason getReason()
Returns the reason of the status change.


getContext

KwInteractionContext getContext()
Returns the KwInteractionContext to which this event is related. This method returns the same as ObjectEvent.getSource().