package com.iluwatar; public interface WeatherObserver { void update(WeatherType currentWeather); }