com.tootsville.npc
Class Smudge.RunBesmudgement

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

final class Smudge.RunBesmudgement
extends Object
implements Runnable

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Constructor Summary
Smudge.RunBesmudgement()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Smudge.RunBesmudgement

Smudge.RunBesmudgement()
Method Detail

run

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