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

java.lang.Object
  extended by 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
 
Constructor Summary
PlebeianScriptRunner.StateChangeRunner(String nextState)
          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

newState

private final String newState
WRITEME: Document this brpocock@star-hope.org

Constructor Detail

PlebeianScriptRunner.StateChangeRunner

PlebeianScriptRunner.StateChangeRunner(String nextState)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
nextState - the state to which to transition
Method Detail

run

public void run()
Specified by:
run in interface Runnable

toString

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