public abstract class AbstractEventWrapper extends AbstractProductProcessITextEvent
Modifier | Constructor and Description |
---|---|
protected |
AbstractEventWrapper(AbstractProductProcessITextEvent event, EventConfirmationType confirmationType)
Creates a wrapper for the event.
|
protected |
AbstractEventWrapper(SequenceId updatedSequenceId, AbstractProductProcessITextEvent event, EventConfirmationType confirmationType)
Creates a wrapper of event associated with SequenceId .
|
Modifier and Type | Method and Description |
---|---|
Class> |
getClassFromContext()
Obtains the current event context class.
|
AbstractProductProcessITextEvent |
getEvent()
Obtains the wrapped event.
|
String |
getEventType()
Returns an event type.
|
getConfirmationType, getSequenceId
setMetaInfo
getProductData, getProductName
protected AbstractEventWrapper(AbstractProductProcessITextEvent event, EventConfirmationType confirmationType)
event
- is a AbstractProductProcessITextEvent
to wrap
confirmationType
- event confirmation type
protected AbstractEventWrapper(SequenceId updatedSequenceId, AbstractProductProcessITextEvent event, EventConfirmationType confirmationType)
SequenceId
.
updatedSequenceId
- is a SequenceId
for the document. May be different with sequence id of original event
event
- is a AbstractProductProcessITextEvent
to wrap
confirmationType
- event confirmation type
public AbstractProductProcessITextEvent getEvent()
public Class> getClassFromContext()
AbstractContextBasedITextEvent
getClassFromContext
in class AbstractContextBasedITextEvent
public String getEventType()
AbstractProductProcessITextEvent
getEventType
in class AbstractProductProcessITextEvent
Copyright © 1998–2022 iText Group NV. All rights reserved.