public class ConfirmedEventWrapper extends AbstractEventWrapper
AbstractProductProcessITextEvent
storing additional data about the event. If wrapped event is immutable then the instance of the wrapper is immutable too.
Constructor and Description |
---|
ConfirmedEventWrapper(AbstractProductProcessITextEvent event, String productUsageType, String producerLine)
Creates a wrapper for the event with additional data about the event.
|
Modifier and Type | Method and Description |
---|---|
String |
getProducerLine()
Gets producer line defined by the ITextProductEventProcessor which registered the event.
|
String |
getProductUsageType()
Obtains the license type for the product which generated the event.
|
getClassFromContext, getEvent, getEventType
getConfirmationType, getSequenceId
setMetaInfo
getProductData, getProductName
public ConfirmedEventWrapper(AbstractProductProcessITextEvent event, String productUsageType, String producerLine)
event
- is a AbstractProductProcessITextEvent
to wrap
productUsageType
- is a product usage marker
producerLine
- is a producer line defined by the ITextProductEventProcessor
which registered the event
public String getProductUsageType()
public String getProducerLine()
ITextProductEventProcessor
which registered the event.
Copyright © 1998–2022 iText Group NV. All rights reserved.