Uses of Class
com.itextpdf.commons.actions.AbstractContextBasedITextEvent
Package
Description
-
Uses of AbstractContextBasedITextEvent in com.itextpdf.commons.actions
Modifier and TypeClassDescriptionclass
Base class to wrap events.class
Abstract class which defines product process event.Modifier and TypeMethodDescriptionprotected abstract void
AbstractContextBasedEventHandler.onAcceptedEvent
(AbstractContextBasedITextEvent event) Handles the accepted event. -
Uses of AbstractContextBasedITextEvent in com.itextpdf.commons.actions.confirmations
Modifier and TypeClassDescriptionclass
A wrapper for aAbstractProductProcessITextEvent
storing additional data about the event.class
Used to confirm that process associated with someAbstractProductProcessITextEvent
ended successfully. -
Uses of AbstractContextBasedITextEvent in com.itextpdf.commons.actions.contexts
Modifier and TypeMethodDescriptionboolean
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
Modifier and TypeClassDescriptionfinal class
Class represents events registered in iText core module.