public abstract class AbstractITextProductEventProcessor extends Object implements ITextProductEventProcessor
| Constructor and Description |
|---|
AbstractITextProductEventProcessor(String productName)
Creates a new instance of an abstract processor for the provided product.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getProducer()
Gets the producer line for the product.
|
String |
getProductName()
Gets the name of the product to which this processor corresponds.
|
abstract String |
getUsageType()
Gets the usage type of the product to which this processor corresponds.
|
abstract void |
onEvent(AbstractProductProcessITextEvent event)
Handles the
AbstractProductProcessITextEvent. |
public AbstractITextProductEventProcessor(String productName)
productName - the product which will be handled by this processorpublic abstract void onEvent(AbstractProductProcessITextEvent event)
ITextProductEventProcessorAbstractProductProcessITextEvent.onEvent in interface ITextProductEventProcessorevent - to handlepublic abstract String getUsageType()
ITextProductEventProcessorgetUsageType in interface ITextProductEventProcessorpublic String getProducer()
ITextProductEventProcessorgetProducer in interface ITextProductEventProcessorpublic String getProductName()
ITextProductEventProcessorgetProductName in interface ITextProductEventProcessorCopyright © 1998–2022 iText Group NV. All rights reserved.