Uses of Interface
org.springframework.batch.core.SkipListener

Packages that use SkipListener
org.springframework.batch.core.listener Generic implementations of core batch listener interfaces. 
 

Uses of SkipListener in org.springframework.batch.core.listener
 

Classes in org.springframework.batch.core.listener that implement SkipListener
 class CompositeSkipListener<T,S>
           
 class MulticasterBatchListener<T,S>
           
 class SkipListenerSupport<T,S>
          Basic no-op implementations of all SkipListener implementations.
 

Methods in org.springframework.batch.core.listener with parameters of type SkipListener
 void CompositeSkipListener.register(SkipListener<? super T,? super S> listener)
          Register additional listener.
 

Method parameters in org.springframework.batch.core.listener with type arguments of type SkipListener
 void CompositeSkipListener.setListeners(List<? extends SkipListener<? super T,? super S>> listeners)
          Public setter for the listeners.
 



Copyright © 2009 SpringSource. All Rights Reserved.