agent.interaction.samples.outbound
Class VoiceInteractionAdapterForOutbound.ChainedRecordSelectionListener

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

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

Handles selection in the record table of the outbound chain.


Constructor Summary
VoiceInteractionAdapterForOutbound.ChainedRecordSelectionListener(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.ChainedRecordSelectionListener

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

valueChanged

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