public class ChunkListenerSupport extends Object implements ChunkListener
ChunkListener
Constructor and Description |
---|
ChunkListenerSupport() |
Modifier and Type | Method and Description |
---|---|
void |
afterChunk()
Callback after the chunk is executed, outside the transaction.
|
void |
beforeChunk()
Callback before the chunk is executed, but inside the transaction.
|
public void afterChunk()
ChunkListener
afterChunk
in interface ChunkListener
public void beforeChunk()
ChunkListener
beforeChunk
in interface ChunkListener
Copyright © 2013 SpringSource. All rights reserved.