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

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

private final class PlebeianScriptRunner.GoToRoomRunner
extends Object
implements Runnable

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Field Summary
private  String toRoom
          WRITEME: Document this brpocock@star-hope.org
 
Constructor Summary
PlebeianScriptRunner.GoToRoomRunner(String goalRoomMoniker)
          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

toRoom

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

Constructor Detail

PlebeianScriptRunner.GoToRoomRunner

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

Parameters:
goalRoomMoniker - the moniker of the room to which to go
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()