Class BackofficeEventListener

  • All Implemented Interfaces:
    java.util.EventListener, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<BackofficeEvent>

    @Deprecated
    public class BackofficeEventListener
    extends AbstractEventListener<BackofficeEvent>
    Deprecated.
    since 6.7, extend AbstractEventListener instead.
    Publishes BackofficeEvent sent from platform to the cockpit domain.
    • Constructor Detail

      • BackofficeEventListener

        public BackofficeEventListener()
        Deprecated.
    • Method Detail

      • onEvent

        protected void onEvent​(BackofficeEvent event)
        Deprecated.
        Description copied from class: AbstractEventListener
        This method is called by ApplicationListener.onApplicationEvent(ApplicationEvent) and processes the given event.
        Specified by:
        onEvent in class AbstractEventListener<BackofficeEvent>
        Parameters:
        event - the event to be processed
        See Also:
        ApplicationListener.onApplicationEvent(ApplicationEvent)
      • getBackofficeEventSender

        protected EventSender getBackofficeEventSender()
        Deprecated.
        Returns:
        the backofficeEventSender