com.tootsville.npc
Class Smudge.DoSomethingRunner

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

final class Smudge.DoSomethingRunner
extends Object
implements Runnable

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Constructor Summary
Smudge.DoSomethingRunner()
           
 
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.DoSomethingRunner

Smudge.DoSomethingRunner()
Method Detail

run

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