apollo.dataadapter.ensj19
Class AnnotationEnsJAdapterGUI.DataSourceConfigInteractionListener

java.lang.Object
  extended by apollo.dataadapter.ensj19.AnnotationEnsJAdapterGUI.DataSourceConfigInteractionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
AnnotationEnsJAdapterGUI

public class AnnotationEnsJAdapterGUI.DataSourceConfigInteractionListener
extends java.lang.Object
implements java.awt.event.ActionListener

If the user chooses a particular ensembl database from the default filechooser, we will update the other databases with our best guess (if we can find one) for the maps and variation databases.


Constructor Summary
AnnotationEnsJAdapterGUI.DataSourceConfigInteractionListener()
           
 
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

AnnotationEnsJAdapterGUI.DataSourceConfigInteractionListener

public AnnotationEnsJAdapterGUI.DataSourceConfigInteractionListener()
Method Detail

actionPerformed

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