Package cz.cvut.fel.omo.SmartHome.report
Class InteractionEvent
- java.lang.Object
-
- cz.cvut.fel.omo.SmartHome.report.Event
-
- cz.cvut.fel.omo.SmartHome.report.InteractionEvent
-
public class InteractionEvent extends Event
Class for events that are caused by an interaction between person/pet and some device
-
-
Constructor Summary
Constructors Constructor Description InteractionEvent(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
-
InteractionEvent
public InteractionEvent(java.lang.String from, AbstractDevice device)
-
-