Class WeatherEvent
- java.lang.Object
-
- cz.cvut.fel.omo.SmartHome.devices.weather.event.WeatherEvent
-
public class WeatherEvent extends java.lang.Object
Class that represent changes, from world. Sent from world to each floor for reacting to changes.
-
-
Field Summary
Fields Modifier and Type Field Description private double
sun
private double
temperature
private double
wind
-
Constructor Summary
Constructors Constructor Description WeatherEvent(double sun, double wind, double temperature)
-