Package cz.cvut.fel.omo.SmartHome
Class EmergencyCenterVisitor
- java.lang.Object
-
- cz.cvut.fel.omo.SmartHome.EmergencyCenterVisitor
-
public class EmergencyCenterVisitor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
timeUntilRepair
-
Constructor Summary
Constructors Constructor Description EmergencyCenterVisitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
help(FireAlarmEvent fireAlarmEvent)
void
help(GasAlarmEvent gasAlarmEvent)
void
help(WaterAlarmEvent waterAlarmEvent)
void
helpAbstract(AbstractAlarmEvent abstractAlarmEvent)
-
-
-
Method Detail
-
helpAbstract
public void helpAbstract(AbstractAlarmEvent abstractAlarmEvent)
-
help
public void help(FireAlarmEvent fireAlarmEvent)
-
help
public void help(WaterAlarmEvent waterAlarmEvent)
-
help
public void help(GasAlarmEvent gasAlarmEvent)
-
-