@FunctionalInterface public interface RenderFinishHandler
| 限定符和类型 | 方法和说明 |
|---|---|
void |
handle(AtomicInteger maxUnitID,
OFDDir ofdDir,
int index)
文件渲染结束时触发的回调函数
|
void handle(AtomicInteger maxUnitID, OFDDir ofdDir, int index)
maxUnitID - 最大的对象IDofdDir - OFD虚拟容器index - 文件索引Copyright © 2024. All rights reserved.