Package | Description |
---|---|
com.itextpdf.kernel.counter | |
com.itextpdf.kernel.counter.context | |
com.itextpdf.kernel.counter.data | |
com.itextpdf.kernel.counter.event |
Modifier and Type | Method and Description |
---|---|
protected void |
SystemOutEventCounter.onEvent(IEvent event, IMetaInfo metaInfo) |
protected abstract void |
EventCounter.onEvent(IEvent event, IMetaInfo metaInfo)
The method that should be overridden for actual event processing
|
protected void |
DefaultEventCounter.onEvent(IEvent event, IMetaInfo metaInfo) |
protected void |
DataHandlerCounter.onEvent(IEvent event, IMetaInfo metaInfo)
Process the event.
|
void |
EventCounterHandler.onEvent(IEvent event, IMetaInfo metaInfo, Class> caller)
Triggers all registered IEventCounterFactory to produce EventCounter instance and count the event.
|
Modifier and Type | Method and Description |
---|---|
boolean |
GenericContext.allow(IEvent event) |
boolean |
IContext.allow(IEvent event) |
boolean |
UnknownContext.allow(IEvent event) |
Modifier and Type | Method and Description |
---|---|
V |
IEventDataFactory.create(IEvent event, IMetaInfo metaInfo) |
void |
EventDataHandler.register(IEvent event, IMetaInfo metaInfo) |
Modifier and Type | Interface and Description |
---|---|
interface |
IGenericEvent
Generic IEvent that has additional id, that should help during events filtering.
|
Modifier and Type | Class and Description |
---|---|
class |
CoreEvent
The generic event for core
|
Copyright © 1998–2023 iText Group NV. All rights reserved.