com.genesyslab.ail.event
Interface InteractionOutboundListener

All Superinterfaces:
java.util.EventListener

public interface InteractionOutboundListener
extends java.util.EventListener

Listener for outbound events on an outbound interaction.


Method Summary
 void handleInteractionOutboundEvent(InteractionOutboundEvent event)
          Receives an outbound event about an outbound interaction.
 

Method Detail

handleInteractionOutboundEvent

void handleInteractionOutboundEvent(InteractionOutboundEvent event)
Receives an outbound event about an outbound interaction.