com.tootsville.npc
Class Props.ToTheMoonRunner

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

final class Props.ToTheMoonRunner
extends Object
implements Runnable

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Field Summary
private  Props props
          WRITEME: Document this brpocock@star-hope.org
 
Constructor Summary
Props.ToTheMoonRunner(Props astronaut)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

props

private final Props props
WRITEME: Document this brpocock@star-hope.org

Constructor Detail

Props.ToTheMoonRunner

Props.ToTheMoonRunner(Props astronaut)
Parameters:
astronaut - the NPC going to the moon
Method Detail

run

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