Class SyncEventListener

All Implemented Interfaces:
EventListener, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<AbstractSyncEvent>

@Deprecated(since="6.6", forRemoval=true) public class SyncEventListener extends AbstractEventListener<AbstractSyncEvent>
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.6, please use the ProcessEventListener instead.
  • Constructor Details

    • SyncEventListener

      public SyncEventListener()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • onEvent

      protected void onEvent(AbstractSyncEvent event)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from class: AbstractEventListener
      This method is called by ApplicationListener.onApplicationEvent(ApplicationEvent) and processes the given event.
      Specified by:
      onEvent in class AbstractEventListener<AbstractSyncEvent>
      Parameters:
      event - the event to be processed
      See Also:
      • ApplicationListener.onApplicationEvent(ApplicationEvent)
    • getBackofficeEventSender

      public DefaultBackofficeEventSender getBackofficeEventSender()
      Deprecated, for removal: This API element is subject to removal in a future version.