org.starhope.appius.game.npc.plebeian
Class PlebeianScriptRunner.SimultaneousExecutionRunner

java.lang.Object
  extended by org.starhope.appius.game.npc.plebeian.PlebeianScriptRunner.SimultaneousExecutionRunner
All Implemented Interfaces:
Runnable
Enclosing class:
PlebeianScriptRunner

private final class PlebeianScriptRunner.SimultaneousExecutionRunner
extends Object
implements Runnable

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Field Summary
private  List<Runnable> steps
          WRITEME: Document this brpocock@star-hope.org
 
Constructor Summary
PlebeianScriptRunner.SimultaneousExecutionRunner(List<Runnable> newSteps)
          WRITEME: Document this constructor brpocock@star-hope.org
 
Method Summary
 void run()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

steps

private final List<Runnable> steps
WRITEME: Document this brpocock@star-hope.org

Constructor Detail

PlebeianScriptRunner.SimultaneousExecutionRunner

PlebeianScriptRunner.SimultaneousExecutionRunner(List<Runnable> newSteps)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
newSteps - the steps to be executed simultaneously (without a delay between them)
Method Detail

run

public void run()
Specified by:
run in interface Runnable
See Also:
Runnable.run()

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()