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