package qa.qcri.aidr.trainer.pybossa.service; /** * Created with IntelliJ IDEA. * User: jlucas * Date: 10/19/13 * Time: 9:28 PM * To change this template use File | Settings | File Templates. */ public interface MicroMapperWorker { void processTaskExport() throws Exception; }