com.tootsville.env
Class TootsvilleRC

java.lang.Object
  extended by com.tootsville.env.TootsvilleRC
All Implemented Interfaces:
RunCommands

public class TootsvilleRC
extends Object
implements RunCommands

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Nested Class Summary
private static class TootsvilleRC.MovieRunner
          WRITEME: Document this type.
 
Constructor Summary
TootsvilleRC()
           
 
Method Summary
 void newZone(Zone z)
          WRITEME: Document this method brpocock@star-hope.org
 void run()
          method run during startup
static void setMovieTheater(Zone z)
          Set the movie from the database into a zone
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TootsvilleRC

public TootsvilleRC()
Method Detail

setMovieTheater

public static void setMovieTheater(Zone z)
Set the movie from the database into a zone

Parameters:
z - zone

newZone

public void newZone(Zone z)
Description copied from interface: RunCommands
WRITEME: Document this method brpocock@star-hope.org

Specified by:
newZone in interface RunCommands
Parameters:
z - WRITEME
See Also:
RunCommands.newZone(Zone)

run

public void run()
Description copied from interface: RunCommands
method run during startup

Specified by:
run in interface RunCommands
See Also:
RunCommands.run()