apollo.dataadapter.das.simple
Class SimpleDASAdapterGUI.ProxyListener

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

public class SimpleDASAdapterGUI.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
SimpleDASAdapterGUI.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

SimpleDASAdapterGUI.ProxyListener

public SimpleDASAdapterGUI.ProxyListener()
Method Detail

actionPerformed

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