Class UnderAgplITextProductEventProcessor
- java.lang.Object
-
- com.itextpdf.commons.actions.processors.AbstractITextProductEventProcessor
-
- com.itextpdf.commons.actions.processors.UnderAgplITextProductEventProcessor
-
- All Implemented Interfaces:
ITextProductEventProcessor
public class UnderAgplITextProductEventProcessor extends AbstractITextProductEventProcessor
The class defines an under APGL strategy of product event processing.
-
-
Constructor Summary
Constructors Constructor Description UnderAgplITextProductEventProcessor(java.lang.String productName)
Creates a new instance of under AGPL processor for the provided product.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getUsageType()
Gets the usage type of the product to which this processor corresponds.void
onEvent(AbstractProductProcessITextEvent event)
Handles theAbstractProductProcessITextEvent
.-
Methods inherited from class com.itextpdf.commons.actions.processors.AbstractITextProductEventProcessor
getProducer, getProductName
-
-
-
-
Method Detail
-
onEvent
public void onEvent(AbstractProductProcessITextEvent event)
Description copied from interface:ITextProductEventProcessor
Handles theAbstractProductProcessITextEvent
.- Specified by:
onEvent
in interfaceITextProductEventProcessor
- Specified by:
onEvent
in classAbstractITextProductEventProcessor
- Parameters:
event
- to handle
-
getUsageType
public java.lang.String getUsageType()
Description copied from interface:ITextProductEventProcessor
Gets the usage type of the product to which this processor corresponds.- Specified by:
getUsageType
in interfaceITextProductEventProcessor
- Specified by:
getUsageType
in classAbstractITextProductEventProcessor
- Returns:
- the usage type
-
-