Interface CellHandler


public interface CellHandler
Represents callback for CellWalk traverse method.
Author:
Roman Kashitsyn
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • onCell

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