Uses of Class
com.itextpdf.commons.actions.AbstractContextBasedITextEvent
-
-
Uses of AbstractContextBasedITextEvent in com.itextpdf.commons.actions
Subclasses of AbstractContextBasedITextEvent in com.itextpdf.commons.actions Modifier and Type Class Description class
AbstractEventWrapper
Base class to wrap events.class
AbstractProductProcessITextEvent
Abstract class which defines product process event.Methods in com.itextpdf.commons.actions with parameters of type AbstractContextBasedITextEvent Modifier and Type Method Description protected abstract void
AbstractContextBasedEventHandler. onAcceptedEvent(AbstractContextBasedITextEvent event)
Handles the accepted event.protected void
ProductEventHandler. onAcceptedEvent(AbstractContextBasedITextEvent event)
Pass the event to the appropriateITextProductEventProcessor
.private void
ProductEventHandler. tryProcessEvent(AbstractContextBasedITextEvent event)
-
Uses of AbstractContextBasedITextEvent in com.itextpdf.commons.actions.confirmations
Subclasses of AbstractContextBasedITextEvent in com.itextpdf.commons.actions.confirmations Modifier and Type Class Description class
ConfirmedEventWrapper
A wrapper for aAbstractProductProcessITextEvent
storing additional data about the event.class
ConfirmEvent
Used to confirm that process associated with someAbstractProductProcessITextEvent
ended successfully. -
Uses of AbstractContextBasedITextEvent in com.itextpdf.commons.actions.contexts
Methods in com.itextpdf.commons.actions.contexts with parameters of type AbstractContextBasedITextEvent Modifier and Type Method Description boolean
GenericContext. isAllowed(AbstractContextBasedITextEvent event)
Checks if the source product of the event is supported by the context.boolean
IContext. isAllowed(AbstractContextBasedITextEvent event)
Determines weather event should be processed or not.boolean
UnknownContext. isAllowed(AbstractContextBasedITextEvent event)
Depending on its internal state allows or rejects all event. -
Uses of AbstractContextBasedITextEvent in com.itextpdf.kernel.actions.events
Subclasses of AbstractContextBasedITextEvent in com.itextpdf.kernel.actions.events Modifier and Type Class Description class
ITextCoreProductEvent
Class represents events registered in iText core module.
-