BestSolution.at public p2 repository
DisposableCellDataFunction
at.bestsolution.framework.grid.func

Interface DisposableCellDataFunction<R,C,D>

  • Type Parameters:
    R - the row type
    C - the cell value type
    D - the return type
    All Superinterfaces:
    CellDataFunction<R,C,D>


    public interface DisposableCellDataFunction<R,C,D>
    extends CellDataFunction<R,C,D>
    A CellDataFunction which can do cleanup. dispose() is called by the framework
    Since:
    1.0
    • Method Detail

      • dispose

        void dispose()
        dispose the function