103104105106107108109
fireLightStatus(); } @Override public LightStatusChanged fireLightStatus() { return new LightStatusChanged(currentStatus); }
71727374757677
} public LightStatusChanged fireLightStatus() { System.out.println("BinaryLightImpl.fireLightStatus()"); return new LightStatusChanged(currentStatus); }