com.tootsville.npc
Class Smudge.TravelToRoomRunner

java.lang.Object
  extended by com.tootsville.npc.Smudge.TravelToRoomRunner
All Implemented Interfaces:
Runnable
Enclosing class:
Smudge

private final class Smudge.TravelToRoomRunner
extends Object
implements Runnable

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Field Summary
private  String roomToward
          WRITEME: Document this brpocock@star-hope.org
private  AbstractNonPlayerCharacter smudge
          WRITEME: Document this brpocock@star-hope.org
 
Constructor Summary
Smudge.TravelToRoomRunner(String towardWhichRoom, AbstractNonPlayerCharacter aSmudge)
          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

roomToward

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


smudge

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

Constructor Detail

Smudge.TravelToRoomRunner

Smudge.TravelToRoomRunner(String towardWhichRoom,
                          AbstractNonPlayerCharacter aSmudge)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
towardWhichRoom - WRITEME
aSmudge - WRITEME
Method Detail

run

public void run()
Specified by:
run in interface Runnable
See Also:
Runnable.run()