| Package | Description |
|---|---|
| com.itextpdf.commons.actions | |
| com.itextpdf.commons.actions.confirmations | |
| com.itextpdf.commons.actions.contexts |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEventWrapper
Base class to wrap events.
|
class |
AbstractProductProcessITextEvent
Abstract class which defines product process event.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractContextBasedEventHandler.onAcceptedEvent(AbstractContextBasedITextEvent event)
Handles the accepted event.
|
| 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 |
|---|---|
boolean |
IContext.isAllowed(AbstractContextBasedITextEvent event)
Determines weather event should be processed or not.
|
boolean |
GenericContext.isAllowed(AbstractContextBasedITextEvent event)
Checks if the source product of the event is supported by the context.
|
boolean |
UnknownContext.isAllowed(AbstractContextBasedITextEvent event)
Depending on its internal state allows or rejects all event.
|
Copyright © 1998–2022 iText Group NV. All rights reserved.