Class TestStandardEventListener

java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener
de.hybris.platform.scripting.events.impl.TestStandardEventListener
All Implemented Interfaces:
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 Details

    • TestStandardEventListener

      public TestStandardEventListener()
  • Method Details

    • 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)