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

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

private final class PlebeianScriptRunner.SayCasuallyRunner
extends Object
implements Runnable

WRITEME: Document this type.

Author:
brpocock@star-hope.org

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

key

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

Constructor Detail

PlebeianScriptRunner.SayCasuallyRunner

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

Parameters:
theKey - what is to be said (casually)
Method Detail

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()