package common; public interface MapChangeListener { public void mapChanged(Map newMap); }