aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/TableBody.java
diff options
context:
space:
mode:
authorGlen Mazza <gmazza@apache.org>2004-09-06 18:44:33 +0000
committerGlen Mazza <gmazza@apache.org>2004-09-06 18:44:33 +0000
commita27c6a935b4417af213a392c68df80434e17490f (patch)
tree85d99a78cdccb20b1083359e1fb4b4c61875be45 /src/java/org/apache/fop/fo/flow/TableBody.java
parent42dc46911b6f085878be224ab0787e69a524fcb0 (diff)
downloadxmlgraphics-fop-a27c6a935b4417af213a392c68df80434e17490f.tar.gz
xmlgraphics-fop-a27c6a935b4417af213a392c68df80434e17490f.zip
Renamed FOInputHandler to somewhat more intuitive FOEventHandler.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197911 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/fo/flow/TableBody.java')
-rw-r--r--src/java/org/apache/fop/fo/flow/TableBody.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/java/org/apache/fop/fo/flow/TableBody.java b/src/java/org/apache/fop/fo/flow/TableBody.java
index 342684c50..8ced5f71b 100644
--- a/src/java/org/apache/fop/fo/flow/TableBody.java
+++ b/src/java/org/apache/fop/fo/flow/TableBody.java
@@ -58,11 +58,11 @@ public class TableBody extends FObj {
this.spaceAfter = getPropLength(PR_SPACE_AFTER | CP_OPTIMUM);
this.backgroundColor =
this.propertyList.get(PR_BACKGROUND_COLOR).getColorType();
- getFOInputHandler().startBody(this);
+ getFOEventHandler().startBody(this);
}
protected void endOfNode() throws SAXParseException {
- getFOInputHandler().endBody(this);
+ getFOEventHandler().endBody(this);
}
/**