Package | Description |
---|---|
com.itextpdf.kernel.counter | |
com.itextpdf.kernel.counter.data |
Constructor and Description |
---|
DataHandlerCounter(EventDataHandler<T,V> dataHandler)
Create an instance with provided data handler and UnknownContext.PERMISSIVE fallback context.
|
DataHandlerCounter(EventDataHandler<T,V> dataHandler, IContext fallback)
Create an instance with provided data handler and fallback context.
|
Modifier and Type | Method and Description |
---|---|
static |
EventDataHandlerUtil.disableShutdownHooks(EventDataHandler
Unregister shutdown hook for EventDataHandler registered with EventDataHandlerUtil.registerProcessAllShutdownHook(EventDataHandler) .
|
static |
EventDataHandlerUtil.disableTimedProcessing(EventDataHandler
Stop the timed processing thread registered with EventDataHandlerUtil.registerTimedProcessing(EventDataHandler) .
|
static |
EventDataHandlerUtil.registerProcessAllShutdownHook(EventDataHandler
Registers shutdown hook for EventDataHandler that will try to process all the events that are left.
|
static |
EventDataHandlerUtil.registerTimedProcessing(EventDataHandler
Creates thread that will try to trigger event processing with time interval from specified EventDataHandler .
|
Copyright © 1998–2023 iText Group NV. All rights reserved.