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 classAbstractEventWrapperBase class to wrap events.classAbstractProductProcessITextEventAbstract class which defines product process event.Methods in com.itextpdf.commons.actions with parameters of type AbstractContextBasedITextEvent Modifier and Type Method Description protected abstract voidAbstractContextBasedEventHandler. onAcceptedEvent(AbstractContextBasedITextEvent event)Handles the accepted event.protected voidProductEventHandler. onAcceptedEvent(AbstractContextBasedITextEvent event)Pass the event to the appropriateITextProductEventProcessor.private voidProductEventHandler. 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 classConfirmedEventWrapperA wrapper for aAbstractProductProcessITextEventstoring additional data about the event.classConfirmEventUsed to confirm that process associated with someAbstractProductProcessITextEventended 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 booleanGenericContext. isAllowed(AbstractContextBasedITextEvent event)Checks if the source product of the event is supported by the context.booleanIContext. isAllowed(AbstractContextBasedITextEvent event)Determines weather event should be processed or not.booleanUnknownContext. 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 classITextCoreProductEventClass represents events registered in iText core module.
-