Class UnderAgplITextProductEventProcessor
java.lang.Object
com.itextpdf.commons.actions.processors.AbstractITextProductEventProcessor
com.itextpdf.commons.actions.processors.UnderAgplITextProductEventProcessor
- All Implemented Interfaces:
ITextProductEventProcessor
The class defines an under APGL strategy of product event processing.
-
Constructor Summary
ConstructorsConstructorDescriptionUnderAgplITextProductEventProcessor(String productName) Creates a new instance of under AGPL processor for the provided product. -
Method Summary
Modifier and TypeMethodDescriptionGets the usage type of the product to which this processor corresponds.voidHandles theAbstractProductProcessITextEvent.Methods inherited from class AbstractITextProductEventProcessor
getProducer, getProductName
-
Constructor Details
-
UnderAgplITextProductEventProcessor
Creates a new instance of under AGPL processor for the provided product.- Parameters:
productName- the product which will be handled by this processor
-
-
Method Details
-
onEvent
Description copied from interface:ITextProductEventProcessorHandles theAbstractProductProcessITextEvent.- Specified by:
onEventin interfaceITextProductEventProcessor- Specified by:
onEventin classAbstractITextProductEventProcessor- Parameters:
event- to handle
-
getUsageType
Description copied from interface:ITextProductEventProcessorGets the usage type of the product to which this processor corresponds.- Specified by:
getUsageTypein interfaceITextProductEventProcessor- Specified by:
getUsageTypein classAbstractITextProductEventProcessor- Returns:
- the usage type
-