org.starhope.appius.user
Class AbstractNonPlayerCharacter.RealSpeakRunner

java.lang.Object
  extended by org.starhope.appius.user.AbstractNonPlayerCharacter.RealSpeakRunner
All Implemented Interfaces:
Runnable
Enclosing class:
AbstractNonPlayerCharacter

private final class AbstractNonPlayerCharacter.RealSpeakRunner
extends Object
implements Runnable

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Field Summary
private  AbstractNonPlayerCharacter npc
          WRITEME: Document this brpocock@star-hope.org
private  Room room
          WRITEME: Document this brpocock@star-hope.org
private  String speech
          WRITEME: Document this brpocock@star-hope.org
 
Constructor Summary
AbstractNonPlayerCharacter.RealSpeakRunner(AbstractNonPlayerCharacter anNPC, String newSpeech, Room newRoom)
          WRITEME: Document this constructor brpocock@star-hope.org
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

npc

private final AbstractNonPlayerCharacter npc
WRITEME: Document this brpocock@star-hope.org


speech

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


room

private final Room room
WRITEME: Document this brpocock@star-hope.org

Constructor Detail

AbstractNonPlayerCharacter.RealSpeakRunner

AbstractNonPlayerCharacter.RealSpeakRunner(AbstractNonPlayerCharacter anNPC,
                                           String newSpeech,
                                           Room newRoom)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
anNPC - WRITEME
newSpeech - WRITEME
newRoom - WRITEME
Method Detail

run

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