Class ConfiguredTestListener

java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<AbstractEvent>
de.hybris.platform.servicelayer.event.ConfiguredTestListener
All Implemented Interfaces:
EventListener, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<AbstractEvent>
Direct Known Subclasses:
ConfiguredTestListener1

public class ConfiguredTestListener extends AbstractEventListener<AbstractEvent>
  • Field Details

  • Constructor Details

    • ConfiguredTestListener

      public ConfiguredTestListener()
  • Method Details

    • getLastEvent

      public AbstractEvent getLastEvent()
    • 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<AbstractEvent>
      Parameters:
      event - the event to be processed
      See Also:
      • ApplicationListener.onApplicationEvent(ApplicationEvent)