apollo.dataadapter.ensj.controller
Class UseSeqRegionLocationHandler

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

public class UseSeqRegionLocationHandler
extends EventHandler

The user has typed into the stable id field, so we clear out the seq-region information they might have entered.


Field Summary
 
Fields inherited from class apollo.dataadapter.ensj.controller.EventHandler
NULL_VERSION
 
Constructor Summary
UseSeqRegionLocationHandler(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

UseSeqRegionLocationHandler

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

doAction

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