Class Event

java.lang.Object
com.itextpdf.kernel.events.Event
Direct Known Subclasses:
PdfDocumentEvent

public class Event extends Object
Describes abstract event.
  • Field Details

    • type

      protected String type
      A type of event.
  • Constructor Details

    • Event

      public Event (String type)
      Creates an event of the specified type.
      Parameters:
      type - type of event
  • Method Details

    • getType

      public String getType()
      Returns the type of this event.
      Returns:
      type of this event