com.tootsville.npc
Class Harmony.SitOnTuffetRunner

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

static final class Harmony.SitOnTuffetRunner
extends Object
implements Runnable

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Field Summary
private  Harmony harmony
          WRITEME: Document this brpocock@star-hope.org
 
Constructor Summary
Harmony.SitOnTuffetRunner(Harmony anHarmony)
          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

harmony

private final Harmony harmony
WRITEME: Document this brpocock@star-hope.org

Constructor Detail

Harmony.SitOnTuffetRunner

Harmony.SitOnTuffetRunner(Harmony anHarmony)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
anHarmony - the npc
Method Detail

run

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