Interface CellHandler


  • public interface CellHandler
    Represents callback for CellWalk traverse method.
    • Method Detail

      • onCell

        void onCell​(Cell cell,
                    CellWalkContext ctx)
        Parameters:
        cell - current cell
        ctx - information about invokation context