public class Light extends java.lang.Object
Light(java.lang.String location)
void
dim(int level)
int
getLevel()
off()
on()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Light(java.lang.String location)
public void on()
public void off()
public void dim(int level)
public int getLevel()