Class CommonSyncJobListener

java.lang.Object
org.xbricks.common.generic.listeners.CommonSyncJobListener
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<GenericJobDoneEvent>

@Component public class CommonSyncJobListener extends Object implements org.springframework.context.ApplicationListener<GenericJobDoneEvent>
  • Constructor Details

    • CommonSyncJobListener

      public CommonSyncJobListener(org.springframework.messaging.simp.SimpMessagingTemplate template)
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(GenericJobDoneEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<GenericJobDoneEvent>