Class TestStandardEventListener

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

    public class TestStandardEventListener
    extends AbstractEventListener
    test standard (non scripting) listener for performance tetss
    • Constructor Detail

      • TestStandardEventListener

        public TestStandardEventListener()
    • Method Detail

      • onEvent

        protected void onEvent​(AbstractEvent 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
        Parameters:
        event - the event to be processed
        See Also:
        ApplicationListener.onApplicationEvent(ApplicationEvent)