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