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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
jobToBeExecuted
(org.quartz.JobExecutionContext context) Methods inherited from class org.quartz.listeners.JobListenerSupport
getLog, jobExecutionVetoed, jobWasExecuted
-
Constructor Details
-
LegacyNotificationJobListener
-
-
Method Details
-
jobToBeExecuted
public void jobToBeExecuted(org.quartz.JobExecutionContext context) - Specified by:
jobToBeExecuted
in interfaceorg.quartz.JobListener
- Overrides:
jobToBeExecuted
in classorg.quartz.listeners.JobListenerSupport
-
getName
-