agent.interaction.samples.outbound
Class VoiceInteractionAdapterForOutbound.InteractionSelectionListener

java.lang.Object
  extended by agent.interaction.samples.outbound.VoiceInteractionAdapterForOutbound.InteractionSelectionListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener
Enclosing class:
VoiceInteractionAdapterForOutbound

public class VoiceInteractionAdapterForOutbound.InteractionSelectionListener
extends java.lang.Object
implements javax.swing.event.ListSelectionListener

Handles selection in the interaction table.


Constructor Summary
VoiceInteractionAdapterForOutbound.InteractionSelectionListener(javax.swing.JTable table)
           
 
Method Summary
 void valueChanged(javax.swing.event.ListSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VoiceInteractionAdapterForOutbound.InteractionSelectionListener

public VoiceInteractionAdapterForOutbound.InteractionSelectionListener(javax.swing.JTable table)
Method Detail

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent e)
Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener