public abstract class AbstractITextProductEventProcessor extends Object implements ITextProductEventProcessor
| Constructor and Description |
|---|
AbstractITextProductEventProcessor(String productName) |
| 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)
public 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–2021 iText Group NV. All rights reserved.