apollo.dataadapter.ensj.controller
Class SelectNewEnsemblDatabaseHandler

java.lang.Object
  extended by apollo.dataadapter.ensj.controller.EventHandler
      extended by apollo.dataadapter.ensj.controller.SelectNewEnsemblDatabaseHandler

public class SelectNewEnsemblDatabaseHandler
extends EventHandler

Handle stuff when a new ensembldb is selected - in this case finding new total feature counts, and resetting the 'isInitialised' flags for the type-specific counts.


Field Summary
 
Fields inherited from class apollo.dataadapter.ensj.controller.EventHandler
NULL_VERSION
 
Constructor Summary
SelectNewEnsemblDatabaseHandler(Controller controller, java.lang.String key)
           
 
Method Summary
 void doAction(Model model)
           
 
Methods inherited from class apollo.dataadapter.ensj.controller.EventHandler
closeConnection, doRead, doUpdate, findCoordinateSystems, findCoordSystemForNamedSeqRegion, findSeqRegions, getConnectionForModel, getController, getCountForQuery, getKey, getRowCountForTable, isNull, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectNewEnsemblDatabaseHandler

public SelectNewEnsemblDatabaseHandler(Controller controller,
                                       java.lang.String key)
Method Detail

doAction

public void doAction(Model model)
Specified by:
doAction in class EventHandler