public abstract class EventCounter extends Object
Implementers may use this method to record actual system usage for licensing purposes (e.g. count the number of documents or the volume in bytes in the context of a SaaS license).
Constructor and Description |
---|
EventCounter()
Creates instance of this class that allows all events from unknown IContext .
|
EventCounter(IContext fallback)
Creates instance of this class with custom fallback IContext .
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
onEvent(IEvent event, IMetaInfo metaInfo)
The method that should be overridden for actual event processing
|
public EventCounter()
IContext
.
Copyright © 1998–2023 iText Group NV. All rights reserved.