org.starhope.appius.game.npc.plebeian
Class PlebeianScriptRunner.StateChangeRunner
java.lang.Object
org.starhope.appius.game.npc.plebeian.PlebeianScriptRunner.StateChangeRunner
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- PlebeianScriptRunner
private final class PlebeianScriptRunner.StateChangeRunner
- extends Object
- implements Runnable
WRITEME: Document this type.
- Author:
- brpocock@star-hope.org
Field Summary |
private String |
newState
WRITEME: Document this brpocock@star-hope.org |
newState
private final String newState
- WRITEME: Document this brpocock@star-hope.org
PlebeianScriptRunner.StateChangeRunner
PlebeianScriptRunner.StateChangeRunner(String nextState)
- WRITEME: Document this constructor brpocock@star-hope.org
- Parameters:
nextState
- the state to which to transition
run
public void run()
- Specified by:
run
in interface Runnable
toString
public String toString()
- Overrides:
toString
in class Object
- See Also:
Object.toString()