Package ch.tocco.nice2.tasks.impl.quartz
Class LegacyNotificationJobListener
java.lang.Object
org.quartz.listeners.JobListenerSupport
ch.tocco.nice2.tasks.impl.quartz.LegacyNotificationJobListener
- All Implemented Interfaces:
- org.quartz.JobListener
@Component
@Order(10000)
public class LegacyNotificationJobListener
extends org.quartz.listeners.JobListenerSupport
Listener sends notification to the legacy client if the progress changes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetName()voidjobToBeExecuted(org.quartz.JobExecutionContext context) Methods inherited from class org.quartz.listeners.JobListenerSupportgetLog, jobExecutionVetoed, jobWasExecuted
- 
Constructor Details- 
LegacyNotificationJobListener
 
- 
- 
Method Details- 
jobToBeExecutedpublic void jobToBeExecuted(org.quartz.JobExecutionContext context) - Specified by:
- jobToBeExecutedin interface- org.quartz.JobListener
- Overrides:
- jobToBeExecutedin class- org.quartz.listeners.JobListenerSupport
 
- 
getName
 
-