gov.sandia.ccaffeine.dc.user_iface.examples
Class InteractivelyTestGui.ActionListenerToGui

java.lang.Object
  extended by gov.sandia.ccaffeine.dc.user_iface.examples.InteractivelyTestGui.ActionListenerToGui
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
InteractivelyTestGui

protected class InteractivelyTestGui.ActionListenerToGui
extends java.lang.Object
implements java.awt.event.ActionListener

The end-user has pressed the "send" button. Retrieve the text that is inside the textbox and send that text to the cca client.


Constructor Summary
protected InteractivelyTestGui.ActionListenerToGui()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InteractivelyTestGui.ActionListenerToGui

protected InteractivelyTestGui.ActionListenerToGui()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Specified by:
actionPerformed in interface java.awt.event.ActionListener