com.tootsville.env
Class TootsvilleRC.MovieRunner

java.lang.Object
  extended by com.tootsville.env.TootsvilleRC.MovieRunner
All Implemented Interfaces:
Runnable
Enclosing class:
TootsvilleRC

private static final class TootsvilleRC.MovieRunner
extends Object
implements Runnable

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Field Summary
private  Zone z
          The zone in which to be run
 
Constructor Summary
TootsvilleRC.MovieRunner(Zone zone)
          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

z

private final Zone z
The zone in which to be run

Constructor Detail

TootsvilleRC.MovieRunner

public TootsvilleRC.MovieRunner(Zone zone)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
zone - the zone to run against
Method Detail

run

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