com.tootsville.npc
Class Harmony.EnterForestRunner

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

static final class Harmony.EnterForestRunner
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.EnterForestRunner(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.EnterForestRunner

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

Parameters:
anHarmony - WRITEME
Method Detail

run

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