12 lines
160 B
Java
Raw Normal View History

2015-05-03 22:15:41 +03:00
package com.iluwatar;
public class MenuView implements View {
@Override
public void storeChanged(Store store) {
// TODO Auto-generated method stub
}
}