Package cz.cvut.fel.omo.SmartHome.report
Class WeatherEvent
- java.lang.Object
-
- cz.cvut.fel.omo.SmartHome.report.Event
-
- cz.cvut.fel.omo.SmartHome.report.WeatherEvent
-
public class WeatherEvent extends Event
Class for events that are caused by weather changes
-
-
Constructor Summary
Constructors Constructor Description WeatherEvent(java.lang.String from, AbstractDevice device)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Constructor Detail
-
WeatherEvent
public WeatherEvent(java.lang.String from, AbstractDevice device)
-
-