hSimulator.simulator.gui
Class AppFrame.UpdatePercentage

java.lang.Object
  extended by hSimulator.simulator.gui.AppFrame.UpdatePercentage
All Implemented Interfaces:
Runnable
Enclosing class:
AppFrame

public class AppFrame.UpdatePercentage
extends Object
implements Runnable


Method Summary
 void pause()
           
 void resume()
           
 void run()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public void run()
Specified by:
run in interface Runnable

stop

public void stop()

pause

public void pause()

resume

public void resume()