/*************************************************** * * 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.interaction; import de.cismet.cismap.commons.interaction.events.GetFeatureInfoEvent; /** * DOCUMENT ME! * * @author therter * @version $Revision$, $Date$ */ public interface GetFeatureInfoListener { //~ Methods ---------------------------------------------------------------- /** * DOCUMENT ME! * * @param evt DOCUMENT ME! */ void getFeatureInfoRequest(GetFeatureInfoEvent evt); }