When ParaWeatherData subject issues weather update notification, the state change event is communicated via two calls:
ObserverBoardInterface::update( humidity, temperature, pressure )
DisplayBoardInterface::show()
Both events are handled by concrete observers CurrentConditionBoard and StatisticBoard, accordingly.