Class AbstractBackofficeEventListener<T extends AbstractEvent>

    • Constructor Detail

      • AbstractBackofficeEventListener

        public AbstractBackofficeEventListener()
    • Method Detail

      • onEvent

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