com.tootsville.npc
Class Harmony.GoAwayRunner

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

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

Harmony.GoAwayRunner(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()