edu.asu.cri.MirkE.gui
Class EventDispatcher

java.lang.Object
  extended byedu.asu.cri.MirkE.gui.EventDispatcher
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class EventDispatcher
extends java.lang.Object
implements java.awt.event.ActionListener

Author:
smenor

Constructor Summary
EventDispatcher()
          Empty constructor for event despatcher
EventDispatcher(MirkE mirke)
          constructor for an EventDispatcher for a specific instance of MirkE
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
          process an event /** process an event
 void close()
           
 MirkE getMirke()
           
 void importDataSet()
          import a DataSet
 void metabolicAssays()
           
 void plotGrowthCurves()
          plot growth curves
 void setMirke(MirkE mirke)
           
 void showPerWellAnalysis()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventDispatcher

public EventDispatcher(MirkE mirke)
constructor for an EventDispatcher for a specific instance of MirkE

Parameters:
mirke -

EventDispatcher

public EventDispatcher()
Empty constructor for event despatcher

Method Detail

setMirke

public void setMirke(MirkE mirke)
Parameters:
mirke -

getMirke

public MirkE getMirke()
Returns:
mirke

importDataSet

public void importDataSet()
                   throws java.io.IOException,
                          MirkEApplicationException,
                          MirkESystemException
import a DataSet

Throws:
java.io.IOException
MirkEApplicationException
MirkESystemException

close

public void close()

plotGrowthCurves

public void plotGrowthCurves()
                      throws java.io.IOException,
                             MirkEApplicationException
plot growth curves

Throws:
java.io.IOException
MirkEApplicationException

metabolicAssays

public void metabolicAssays()
                     throws MirkEApplicationException
Throws:
MirkEApplicationException

showPerWellAnalysis

public void showPerWellAnalysis()
                         throws MirkEApplicationException
Throws:
MirkEApplicationException

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
process an event /** process an event

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
event -


Copyright © 2004-2005 Arizona State University - Cancer Research Institute - hosted by Sourceforge. All Rights Reserved.