From aca81a4e7d4c66e2765d16ca0b6df67d2e0427f9 Mon Sep 17 00:00:00 2001 From: dsyer Date: Fri, 9 Jul 2010 10:48:27 +0000 Subject: [PATCH] BATCH-1591: clarify role of StepListener in docs --- src/site/docbook/reference/step.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/site/docbook/reference/step.xml b/src/site/docbook/reference/step.xml index 0a43f432d..b6cc07590 100644 --- a/src/site/docbook/reference/step.xml +++ b/src/site/docbook/reference/step.xml @@ -663,8 +663,10 @@ itemWriter.write(items); written. This can be accomplished with one of many Step scoped listeners. - Any class that implements the StepListener - interface (or an extension thereof) can be applied to a step via the + Any class that implements one of + the extensions of StepListener (but not + that interface itself since it is empty) + can be applied to a step via the listeners element: <step id="step1">