com.tootsville.npc
Class Props.ToTheMoonRunner
java.lang.Object
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 |
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
props
private final Props props
- WRITEME: Document this brpocock@star-hope.org
Props.ToTheMoonRunner
Props.ToTheMoonRunner(Props astronaut)
- Parameters:
astronaut - the NPC going to the moon
run
public void run()
- Specified by:
run in interface Runnable
- See Also:
Runnable.run()