iText 8.0.2 API
iText.Commons.Actions.Processors.ITextProductEventProcessor Interface Reference

Interface for product event processors. More...

Inheritance diagram for iText.Commons.Actions.Processors.ITextProductEventProcessor:
iText.Commons.Actions.Processors.AbstractITextProductEventProcessor iText.Commons.Actions.Processors.DefaultITextProductEventProcessor iText.Commons.Actions.Processors.UnderAgplITextProductEventProcessor

Public Member Functions

void  OnEvent (AbstractProductProcessITextEvent @event)
  Handles the iText.Commons.Actions.AbstractProductProcessITextEvent. More...
 
String  GetProductName ()
  Gets the name of the product to which this processor corresponds. More...
 
String  GetUsageType ()
  Gets the usage type of the product to which this processor corresponds. More...
 
String  GetProducer ()
  Gets the producer line for the product. More...
 

Detailed Description

Interface for product event processors.

Member Function Documentation

◆ GetProducer()

String iText.Commons.Actions.Processors.ITextProductEventProcessor.GetProducer ( )

Gets the producer line for the product.

Returns
the producer line

Implemented in iText.Commons.Actions.Processors.AbstractITextProductEventProcessor.

◆ GetProductName()

String iText.Commons.Actions.Processors.ITextProductEventProcessor.GetProductName ( )

Gets the name of the product to which this processor corresponds.

Returns
the product name

Implemented in iText.Commons.Actions.Processors.AbstractITextProductEventProcessor.

◆ GetUsageType()

String iText.Commons.Actions.Processors.ITextProductEventProcessor.GetUsageType ( )

◆ OnEvent()