com.tootsville.npc
Class Sparkle.ToTheMallRunner

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

private final class Sparkle.ToTheMallRunner
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.ToTheMallRunner(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.ToTheMallRunner

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

Parameters:
shopper -
Method Detail

run

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