Uses of Interface
com.itextpdf.commons.actions.processors.ITextProductEventProcessor
-
Uses of ITextProductEventProcessor in com.itextpdf.commons.actions
Modifier and TypeMethodDescriptionprotected ITextProductEventProcessor
AbstractITextConfigurationEvent.addProcessor
(ITextProductEventProcessor processor) Adds a newITextProductEventProcessor
for a product.protected ITextProductEventProcessor
AbstractITextConfigurationEvent.getActiveProcessor
(String productName) Gets a processor registered for a product.protected ITextProductEventProcessor
AbstractITextConfigurationEvent.removeProcessor
(String productName) Removes a processor registered for a product.Modifier and TypeMethodDescriptionprotected Map<String,
ITextProductEventProcessor> AbstractITextConfigurationEvent.getProcessors()
Gets an unmodifiable map of registered processors.Modifier and TypeMethodDescriptionprotected ITextProductEventProcessor
AbstractITextConfigurationEvent.addProcessor
(ITextProductEventProcessor processor) Adds a newITextProductEventProcessor
for a product. -
Uses of ITextProductEventProcessor in com.itextpdf.commons.actions.processors
Modifier and TypeClassDescriptionclass
Abstract class with some standard functionality for product event processing.class
Defines a default strategy of product event processing.class
The class defines an under APGL strategy of product event processing.Modifier and TypeMethodDescriptionDefaultProductProcessorFactory.createProcessor
(String productName) Creates default product processor using a product name.IProductProcessorFactory.createProcessor
(String productName) Creates product processor using a product name.UnderAgplProductProcessorFactory.createProcessor
(String productName) Creates under AGPL product processor using a product name.