|
| class |
ContextManager |
| |
The class that retrieves context of its invocation. More...
|
| |
| class |
DataHandlerCounter |
| |
Counter based on iText.Kernel.Counter.Data.EventDataHandlerRegisters shutdown hook and thread for triggering event processing after wait time More...
|
| |
| class |
DefaultEventCounter |
| |
Default implementation of the EventCounter interface that essentially doesn't do anything. More...
|
| |
| class |
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. More...
|
| |
| class |
EventCounterHandler |
| |
Manager that works with IEventCounterFactory . Create EventCounter for each registered IEventCounterFactory and send corresponding events when calling OnEvent(iText.Kernel.Counter.Event.IEvent, iText.Kernel.Counter.Event.IMetaInfo, System.Type) method. More...
|
| |
| interface |
IEventCounterFactory |
| |
Factory that can be registered in EventCounterHandler and creates a counter for every reader or writer class. More...
|
| |
| class |
NamespaceConstant |
| |
| class |
SimpleEventCounterFactory |
| |
IEventCounterFactory implementation that always returns counter instance passed to it in constructor More...
|
| |
| class |
SystemOutEventCounter |
| |
A EventCounter implementation that outputs event type to System.Console.Out More...
|
| |
| class |
SystemOutEventCounterFactory |
| |
IEventCounterFactory implementation that creates new SystemOutEventCounter on each call More...
|
| |