com.tootsville.env
Class TootsvilleRC.MovieRunner
java.lang.Object
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 |
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
z
private final Zone z
- The zone in which to be run
TootsvilleRC.MovieRunner
public TootsvilleRC.MovieRunner(Zone zone)
- WRITEME: Document this constructor brpocock@star-hope.org
- Parameters:
zone - the zone to run against
run
public void run()
- Specified by:
run in interface Runnable
- See Also:
Runnable.run()