Interface TurnableDevicesInterface
-
- All Known Implementing Classes:
AbstractWeatherDevice
,AutomaticFeeder
,BikeTrainer
,CoffeeMachine
,GasStove
,InsideBlinds
,Microwave
,OutsideBlinds
,Projector
,RowingMachine
,SplitSystem
,Treadmill
,Turntable
,TV
public interface TurnableDevicesInterface
Methods of this interface using for Home emergency strategy. After emergency situation will be finished, every person will keep doing previous action, that was interrupted.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
turnOff()
Method for turning device off.void
turnOn()
Method for turning device on.
-