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.
在文件渲染结束时触发的回调函数
- Since:
- 2021-09-14 21:10:18
- Author:
- 权观宇
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(AtomicInteger maxUnitID, OFDDir ofdDir, int index) 文件渲染结束时触发的回调函数
-
Method Details
-
handle
文件渲染结束时触发的回调函数- Parameters:
maxUnitID- 最大的对象IDofdDir- OFD虚拟容器index- 文件索引
-