package com.nexr.platform.search.generator; /** * Created by IntelliJ IDEA. * User: david * Date: 7/29/11 * Time: 11:06 AM * To change this template use File | Settings | File Templates. */ public interface LogGenerator { void start(int rowCount); void close(); }