com.tootsville.npc
Class Smudge.SmudgeGoHome

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

static final class Smudge.SmudgeGoHome
extends Object
implements Runnable

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Field Summary
private  Smudge smudge
          WRITEME: Document this brpocock@star-hope.org
 
Constructor Summary
Smudge.SmudgeGoHome(Smudge 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

smudge

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

Constructor Detail

Smudge.SmudgeGoHome

Smudge.SmudgeGoHome(Smudge aSmudge)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
aSmudge - WRITEME
Method Detail

run

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