package fr.imag.adele.apam.tutorials.lights.devices; /** * Created with IntelliJ IDEA. * User: thibaud * Date: 04/07/13 * Time: 14:34 * To change this template use File | Settings | File Templates. */ public interface Device { public String getName(); public String getLocation(); }