public class ForecastDisplay extends java.lang.Object implements Observer, DisplayElement
| Constructor and Description |
|---|
ForecastDisplay(WeatherData weatherData) |
| Modifier and Type | Method and Description |
|---|---|
void |
display() |
void |
update(float temp,
float humidity,
float pressure) |
public ForecastDisplay(WeatherData weatherData)