public interface ISwitcher
static int
OFF
ON
boolean
isOff()
isOn()
void
off()
on()
static final int OFF
static final int ON
void on()
void off()
boolean isOn()
boolean isOff()