FileDocCategorySizeDatePackage
GreenhouseControls.javaAPI DocExample6153Mon Apr 06 18:10:20 BST 1998c07.controller

GreenhouseControls

public class GreenhouseControls extends Controller

(Omit source code)

Fields Summary
private boolean
light
private boolean
water
private String
thermostat
private int
rings
Constructors Summary
Methods Summary
public static voidmain(java.lang.String[] args)

    GreenhouseControls gc = 
      new GreenhouseControls();
    long tm = System.currentTimeMillis();
    gc.addEvent(gc.new Restart(tm));
    gc.run();