com.ibm.jbatch.container.artifact.proxy
Class StepListenerProxy

java.lang.Object
  extended by com.ibm.jbatch.container.artifact.proxy.AbstractProxy<StepListener>
      extended by com.ibm.jbatch.container.artifact.proxy.StepListenerProxy
All Implemented Interfaces:
StepListener

public class StepListenerProxy
extends AbstractProxy<StepListener>
implements StepListener


Field Summary
 
Fields inherited from class com.ibm.jbatch.container.artifact.proxy.AbstractProxy
delegate, stepContext
 
Method Summary
 void afterStep()
           
 void beforeStep()
           
 
Methods inherited from class com.ibm.jbatch.container.artifact.proxy.AbstractProxy
getDelegate, setStepContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

afterStep

public void afterStep()
Specified by:
afterStep in interface StepListener

beforeStep

public void beforeStep()
Specified by:
beforeStep in interface StepListener


Copyright © 2013. All Rights Reserved.