Class Event

java.lang.Object
org.apache.fop.accessibility.fo.Event

class Event extends Object
  • Field Details

    • children

      private List<Event> children
    • eventHandler

      protected FOEventHandler eventHandler
    • parent

      protected Event parent
    • hasContent

      protected boolean hasContent
  • Constructor Details

  • Method Details

    • run

      public void run()
    • hasContent

      private boolean hasContent()
    • add

      public void add(Event child)