-
- All Known Implementing Classes:
AbstractJobListener
public interface JobListener
JobListener intercepts job execution.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
afterJob()
The afterJob method receives control after the job execution ends.void
beforeJob()
The beforeJob method receives control before the job execution begins.
-