Class CxAddOnSampleDataEventListener

All Implemented Interfaces:
EventListener, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<AbstractEvent>

public class CxAddOnSampleDataEventListener extends GenericAddOnSampleDataEventListener
  • Constructor Details

    • CxAddOnSampleDataEventListener

      public CxAddOnSampleDataEventListener()
  • 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.
      Overrides:
      onEvent in class GenericAddOnSampleDataEventListener
      Parameters:
      event - the event to be processed
      See Also:
      • ApplicationListener.onApplicationEvent(ApplicationEvent)