Interface AreaListener


public interface AreaListener
Defines callback methods to be called during area processing
Author:
Leonid Vysochyn
  • Method Details

    • beforeApplyAtCell

      void beforeApplyAtCell(CellRef cellRef, Context context)
    • afterApplyAtCell

      void afterApplyAtCell(CellRef cellRef, Context context)
    • beforeTransformCell

      void beforeTransformCell(CellRef srcCell, CellRef targetCell, Context context)
    • afterTransformCell

      void afterTransformCell(CellRef srcCell, CellRef targetCell, Context context)