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)
ITextProductEventProcessor
AbstractProductProcessITextEvent.
onEvent in interface ITextProductEventProcessor
event - to handle
public abstract String getUsageType()
ITextProductEventProcessor
getUsageType in interface ITextProductEventProcessor
public String getProducer()
ITextProductEventProcessor
getProducer in interface ITextProductEventProcessor
public String getProductName()
ITextProductEventProcessor
getProductName in interface ITextProductEventProcessor
Copyright © 1998–2021 iText Group NV. All rights reserved.