public class ItemProcessListenerProxy extends AbstractProxy<ItemProcessListener> implements ItemProcessListener
delegate, stepContext| Modifier and Type | Method and Description |
|---|---|
void |
afterProcess(Object item,
Object result) |
void |
beforeProcess(Object item) |
void |
onProcessError(Object item,
Exception ex) |
getDelegate, setStepContextpublic void afterProcess(Object item, Object result)
afterProcess in interface ItemProcessListenerpublic void beforeProcess(Object item)
beforeProcess in interface ItemProcessListenerpublic void onProcessError(Object item, Exception ex)
onProcessError in interface ItemProcessListener© Copyright IBM Corp. 2014
Licensed under the Apache License, Version 2.0