A B C F G L M P R T U

U

updateLight() - Method in class FinchModel
Called by controller to force the model to update its currently stored light levels.
updateLights() - Method in class LightWindow
Update the display of the light sensors: Algorithm: Query the model for the light levels Set each JLabel with the string that represents the values
updateTemperature() - Method in class FinchModel
Called by controller to force the model to update its currently stored temperature level TODO: Complete implementation
updateTemperature() - Method in class TemperatureWindow
Update the display of the light sensors: Algorithm: Query the model for the temperature level Set each JLabel with the string that represents the value

A B C F G L M P R T U