BATCH-1591: clarify role of StepListener in docs
This commit is contained in:
@@ -663,8 +663,10 @@ itemWriter.write(items);</programlisting>
|
||||
written. This can be accomplished with one of many
|
||||
<classname>Step</classname> scoped listeners.</para>
|
||||
|
||||
<para>Any class that implements the <classname>StepListener</classname>
|
||||
interface (or an extension thereof) can be applied to a step via the
|
||||
<para>Any class that implements one of
|
||||
the extensions of <classname>StepListener</classname> (but not
|
||||
that interface itself since it is empty)
|
||||
can be applied to a step via the
|
||||
listeners element:</para>
|
||||
|
||||
<programlisting><step id="step1">
|
||||
|
||||
Reference in New Issue
Block a user