Modifier and Type | Class and Description |
---|---|
class |
AbstractEventWrapper
Base class to wrap events.
|
Modifier and Type | Method and Description |
---|---|
AbstractProductProcessITextEvent |
AbstractEventWrapper.getEvent()
Obtains the wrapped event.
|
Modifier and Type | Method and Description |
---|---|
protected List<AbstractProductProcessITextEvent> |
AbstractITextConfigurationEvent.getEvents(SequenceId id)
Gets events registered for provided identifier.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractITextConfigurationEvent.addEvent(SequenceId id, AbstractProductProcessITextEvent event)
Registers a new event for provided identifier.
|
Constructor and Description |
---|
AbstractEventWrapper(AbstractProductProcessITextEvent event, EventConfirmationType confirmationType)
Creates a wrapper for the event.
|
AbstractEventWrapper(SequenceId updatedSequenceId, AbstractProductProcessITextEvent event, EventConfirmationType confirmationType)
Creates a wrapper of event associated with SequenceId .
|
Modifier and Type | Class and Description |
---|---|
class |
ConfirmedEventWrapper
A wrapper for a AbstractProductProcessITextEvent storing additional data about the event.
|
class |
ConfirmEvent
Used to confirm that process associated with some AbstractProductProcessITextEvent ended successfully.
|
Modifier and Type | Method and Description |
---|---|
AbstractProductProcessITextEvent |
ConfirmEvent.getConfirmedEvent()
Returns the AbstractProductProcessITextEvent associated with confirmed process.
|
Constructor and Description |
---|
ConfirmedEventWrapper(AbstractProductProcessITextEvent event, String productUsageType, String producerLine)
Creates a wrapper for the event with additional data about the event.
|
ConfirmEvent(AbstractProductProcessITextEvent confirmedEvent)
Creates an instance of confirmation event.
|
ConfirmEvent(SequenceId updatedSequenceId, AbstractProductProcessITextEvent confirmedEvent)
Creates an instance of confirmation event.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractITextProductEventProcessor.onEvent(AbstractProductProcessITextEvent event) |
void |
DefaultITextProductEventProcessor.onEvent(AbstractProductProcessITextEvent event) |
void |
ITextProductEventProcessor.onEvent(AbstractProductProcessITextEvent event)
Handles the AbstractProductProcessITextEvent .
|
void |
UnderAgplITextProductEventProcessor.onEvent(AbstractProductProcessITextEvent event) |
Modifier and Type | Method and Description |
---|---|
static String |
ProducerBuilder.modifyProducer(List extends AbstractProductProcessITextEvent> events, String oldProducer)
Modifies an old producer line according to events registered for the document.
|
Modifier and Type | Class and Description |
---|---|
class |
ITextCoreProductEvent
Class represents events registered in iText core module.
|
Copyright © 1998–2022 iText Group NV. All rights reserved.