/* @file IExporter.java * * @author marco corvi * @date dec 2011 * * @brief TopoDroid lister interface * -------------------------------------------------------- * Copyright This sowftare is distributed under GPL-3.0 or later * See the file COPYING. * -------------------------------------------------------- */ package com.topodroid.DistoX; public interface IExporter { public void doExport( String type ); }