/*************************************************** * * 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.attributetable.creator; import com.vividsolutions.jts.geom.Geometry; /** * DOCUMENT ME! * * @author therter * @version $Revision$, $Date$ */ public interface GeometryFinishedListener { //~ Methods ---------------------------------------------------------------- /** * DOCUMENT ME! * * @param g DOCUMENT ME! */ void geometryFinished(Geometry g); }