com.tootsville.npc
Class Smudge.MoveRandomlyRunner

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

final class Smudge.MoveRandomlyRunner
extends Object
implements Runnable

WRITEME: Document this type.

Author:
brpocock@star-hope.org

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

Smudge.MoveRandomlyRunner()
Method Detail

run

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