package org.onestepback.markiv.devices; public interface OnOffDevice { public void on(); public void off(); } |
Used by: Boiler Brewer CoffeeMakerFactory MockOnOffDevice OnOffAdapter OnOffComposite OutputDevices TestManualCoffeeMaker Warmer
|
[ Index ][ Presentation ] | Generated by [ source2html ] |