|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(java.util.List<? extends SkipListener<? super T,? super S>> listeners)
Public setter for the listeners. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||