module observer.observer; interface Observer { void update(float temp, float humidity, float pressure); }