/*************************************************** * * cismet GmbH, Saarbruecken, Germany * * ... and it just works. * ****************************************************/ /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package de.cismet.cismap.commons.gui; import java.util.Collection; import de.cismet.cismap.commons.features.Feature; /** * DOCUMENT ME! * * @author spuhl * @version $Revision$, $Date$ */ public interface MapListener { //~ Methods ---------------------------------------------------------------- /** * DOCUMENT ME! * * @param cf DOCUMENT ME! */ void featuresAddedToMap(Collection<Feature> cf); }