org.starhope.appius.game.npc.plebeian
Class RunNextStep

java.lang.Object
  extended by org.starhope.appius.game.npc.plebeian.RunNextStep
All Implemented Interfaces:
Runnable

final class RunNextStep
extends Object
implements Runnable

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Field Summary
private  ScriptRunner scriptRunner
          WRITEME: Document this brpocock@star-hope.org
 
Constructor Summary
RunNextStep(ScriptRunner aScriptRunner)
          WRITEME: Document this constructor brpocock@star-hope.org
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scriptRunner

private final ScriptRunner scriptRunner
WRITEME: Document this brpocock@star-hope.org

Constructor Detail

RunNextStep

RunNextStep(ScriptRunner aScriptRunner)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
aScriptRunner -
Method Detail

run

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