Package cz.cvut.fel.omo.SmartHome.report
Class EventStrategy
- java.lang.Object
-
- cz.cvut.fel.omo.SmartHome.report.Event
-
- cz.cvut.fel.omo.SmartHome.report.EventStrategy
-
public class EventStrategy extends Event
Class for events that are caused by strategy changes or in strategy flow
-
-
Constructor Summary
Constructors Constructor Description EventStrategy(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
-
EventStrategy
public EventStrategy(java.lang.String from, AbstractDevice device)
-
-