org.starhope.appius.game.npc.plebeian
Class PlebeianScriptRunner.SimultaneousExecutionRunner
java.lang.Object
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 |
steps
private final List<Runnable> steps
- WRITEME: Document this brpocock@star-hope.org
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)
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()