Interface RenderFinishHandler

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface RenderFinishHandler
在文件渲染结束时触发的回调函数
Since:
2021-09-14 21:10:18
Author:
权观宇
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(AtomicInteger maxUnitID, OFDDir ofdDir, int index)
    文件渲染结束时触发的回调函数
  • Method Details

    • handle

      void handle(AtomicInteger maxUnitID, OFDDir ofdDir, int index)
      文件渲染结束时触发的回调函数
      Parameters:
      maxUnitID - 最大的对象ID
      ofdDir - OFD虚拟容器
      index - 文件索引