package com.iluwatar; public interface View { public void storeChanged(Store store); public void render(); }