com.genesyslab.ail.event
Interface InteractionChatListener

All Superinterfaces:
java.util.EventListener

public interface InteractionChatListener
extends java.util.EventListener

Listener for events on an InteractionChat session.


Method Summary
 void handleInteractionChatEvent(InteractionChatEvent event)
          Receives an event about this InteractionChat.
 

Method Detail

handleInteractionChatEvent

void handleInteractionChatEvent(InteractionChatEvent event)
Receives an event about this InteractionChat.