simulations.core
Class ScriptLauncher

java.lang.Object
  extended by simulations.core.ScriptLauncher
All Implemented Interfaces:
java.lang.Runnable

public class ScriptLauncher
extends java.lang.Object
implements java.lang.Runnable

This class is used to run a script file in another thread


Constructor Summary
ScriptLauncher(java.io.File f)
          Creates a new instance of ScriptLauncher
 
Method Summary
 void run()
          Run method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptLauncher

public ScriptLauncher(java.io.File f)
Creates a new instance of ScriptLauncher

Parameters:
f - The file containing the script to launch
Method Detail

run

public void run()
Run method

Specified by:
run in interface java.lang.Runnable