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 processor
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–2022 iText Group NV. All rights reserved.