T
- the signature type
public class EventDataextends Object
EventDataHandler
for adding some additional information to the event before processing and merging same events by increasing count.
Constructor and Description |
---|
EventData(T signature) |
EventData(T signature, long count) |
Modifier and Type | Method and Description |
---|---|
long |
getCount()
Number of data instances with the same signature that where merged.
|
T |
getSignature()
The signature that identifies this data.
|
protected void |
mergeWith(EventData<T> data) |
public EventData(T signature)
public EventData(T signature, long count)
public final T getSignature()
public final long getCount()
Copyright © 1998–2023 iText Group NV. All rights reserved.