Package cz.cvut.fel.omo.SmartHome.report
Class RepairEvent
- java.lang.Object
-
- cz.cvut.fel.omo.SmartHome.report.Event
-
- cz.cvut.fel.omo.SmartHome.report.RepairEvent
-
public class RepairEvent extends Event
Class for events that are caused by the fact of repairing some device
-
-
Constructor Summary
Constructors Constructor Description RepairEvent(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
-
RepairEvent
public RepairEvent(java.lang.String from, AbstractDevice device)
-
-