| Interface | Description |
|---|---|
| IEventCounterFactory |
Factory that can be registered in
EventCounterHandler and creates a counter for every reader or writer class. |
| Class | Description |
|---|---|
| ContextManager |
The class that retrieves context of its invocation.
|
| DataHandlerCounter<T,V extends EventData<T>> |
Counter based on
EventDataHandler. |
| DefaultEventCounter |
Default implementation of the
EventCounter interface that essentially doesn't do anything. |
| EventCounter |
Class that can be extended if you want to count iText events, for example the number of documents
that are being processed by iText.
|
| EventCounterHandler |
Manager that works with
IEventCounterFactory. |
| NamespaceConstant | |
| SimpleEventCounterFactory |
IEventCounterFactory implementation that always returns counter instance passed to it in constructor |
| SystemOutEventCounter |
A
EventCounter implementation that outputs event type to System.out |
| SystemOutEventCounterFactory |
IEventCounterFactory implementation that creates new SystemOutEventCounter on each call |
Copyright © 1998–2020 iText Group NV. All rights reserved.