Interface ITextProductEventProcessor

All Known Implementing Classes:
AbstractITextProductEventProcessor, DefaultITextProductEventProcessor, UnderAgplITextProductEventProcessor

public interface ITextProductEventProcessor
Interface for product event processors.
  • Method Details

    • onEvent

      void onEvent (AbstractProductProcessITextEvent event)
      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