apollo.dataadapter.das2
Class DAS2AdapterGUI.ProxyListener

java.lang.Object
  extended by apollo.dataadapter.das2.DAS2AdapterGUI.ProxyListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
DAS2AdapterGUI

public class DAS2AdapterGUI.ProxyListener
extends java.lang.Object
implements java.awt.event.ActionListener

This listener gets fired when the user wants to set a Proxy Server for the session


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

Constructor Detail

DAS2AdapterGUI.ProxyListener

public DAS2AdapterGUI.ProxyListener()
Method Detail

actionPerformed

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