Interface ITextProductEventProcessor
- All Known Implementing Classes:
-
AbstractITextProductEventProcessor
,DefaultITextProductEventProcessor
,UnderAgplITextProductEventProcessor
public interface ITextProductEventProcessor
Interface for product event processors.
-
Method Summary
Modifier and TypeMethodDescriptionGets the producer line for the product.Gets the name of the product to which this processor corresponds.Gets the usage type of the product to which this processor corresponds.void
Handles theAbstractProductProcessITextEvent
.
-
Method Details
-
onEvent
Handles theAbstractProductProcessITextEvent
.- Parameters:
-
event
- to handle
-
getProductName
String getProductName()Gets the name of the product to which this processor corresponds.- Returns:
- the product name
-
getUsageType
String getUsageType()Gets the usage type of the product to which this processor corresponds.- Returns:
- the usage type
-
getProducer
String getProducer()Gets the producer line for the product.- Returns:
- the producer line
-