Package org.apache.fop.accessibility.fo
Class Event
- java.lang.Object
-
- org.apache.fop.accessibility.fo.Event
-
class Event extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<Event>childrenprotected FOEventHandlereventHandlerprotected booleanhasContentprotected Eventparent
-
Constructor Summary
Constructors Constructor Description Event(Event parent)Event(FO2StructureTreeConverter structureTreeConverter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Event child)private booleanhasContent()voidrun()
-
-
-
Field Detail
-
children
private java.util.List<Event> children
-
eventHandler
protected FOEventHandler eventHandler
-
parent
protected Event parent
-
hasContent
protected boolean hasContent
-
-
Constructor Detail
-
Event
public Event(FO2StructureTreeConverter structureTreeConverter)
-
Event
public Event(Event parent)
-
-
Method Detail
-
run
public void run()
-
hasContent
private boolean hasContent()
-
add
public void add(Event child)
-
-