nz.ac.waikato.mcennis.rat.gui
Class SwingUpdater.DoChange

java.lang.Object
  extended by nz.ac.waikato.mcennis.rat.gui.SwingUpdater.DoChange
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SwingUpdater

public class SwingUpdater.DoChange
extends java.lang.Object
implements java.lang.Runnable

Class object representing a message containing info about the current state of the application's execution.


Constructor Summary
SwingUpdater.DoChange()
          Create an object that has initial state of zero progress on the data aquisition object
 
Method Summary
 void run()
          when executed, load the state into the gui.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingUpdater.DoChange

public SwingUpdater.DoChange()
Create an object that has initial state of zero progress on the data aquisition object

Method Detail

run

public void run()
when executed, load the state into the gui.

Specified by:
run in interface java.lang.Runnable