From: Nick Burch Date: Sat, 29 Mar 2008 18:00:16 +0000 (+0000) Subject: Update docs now that missing record aware eventusermodel has moved X-Git-Tag: REL_3_0_3_BETA1~62 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8e0cefdc55f4a1a341cbc132ad3578e1c134018e;p=poi.git Update docs now that missing record aware eventusermodel has moved git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@642567 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/hssf/how-to.xml b/src/documentation/content/xdocs/hssf/how-to.xml index a4ac41209d..c0ee47d339 100644 --- a/src/documentation/content/xdocs/hssf/how-to.xml +++ b/src/documentation/content/xdocs/hssf/how-to.xml @@ -421,7 +421,7 @@ public class EventExample
Record Aware Event API

-This is an experimental extension to the normal +This is an extension to the normal Event API. With this, your listener will be called with extra, dummy records. These dummy records should alert you to records which aren't present in the file (eg cells that have @@ -463,7 +463,8 @@ The latest version is always available from subversion.

-This code is currently in the scratchpad section, so you will either +In POI versions before 3.0.3, this code lived in the scratchpad section. + If you're using one of these older versions of POI, you will either need to include the scratchpad jar on your classpath, or build from a subversion checkout.