com.tootsville.npc
Class Sparkle.LeaveTheMallRunner

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

private final class Sparkle.LeaveTheMallRunner
extends Object
implements Runnable

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Field Summary
private  Sparkle sparkle
          WRITEME: Document this brpocock@star-hope.org
 
Constructor Summary
Sparkle.LeaveTheMallRunner(Sparkle shopper)
          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

sparkle

private final Sparkle sparkle
WRITEME: Document this brpocock@star-hope.org

Constructor Detail

Sparkle.LeaveTheMallRunner

Sparkle.LeaveTheMallRunner(Sparkle shopper)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
shopper - the NPC leaving the mall for nowhere
Method Detail

run

public void run()
Specified by:
run in interface Runnable