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 Details

    • LegacyNotificationJobListener

      public LegacyNotificationJobListener(RemoteContextManager remoteContextManager)
  • Method Details

    • jobToBeExecuted

      public void jobToBeExecuted(org.quartz.JobExecutionContext context)
      Specified by:
      jobToBeExecuted in interface org.quartz.JobListener
      Overrides:
      jobToBeExecuted in class org.quartz.listeners.JobListenerSupport
    • getName

      public String getName()