Class CxConsentGivenEventListener

java.lang.Object
de.hybris.platform.personalizationservices.events.consent.CxBaseConsentEventListener
de.hybris.platform.personalizationservices.events.consent.CxConsentGivenEventListener
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<ConsentGivenEvent>

public class CxConsentGivenEventListener extends CxBaseConsentEventListener implements org.springframework.context.ApplicationListener<ConsentGivenEvent>
  • Constructor Details

    • CxConsentGivenEventListener

      public CxConsentGivenEventListener()
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(ConsentGivenEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<ConsentGivenEvent>
    • setBaseSiteService

      public void setBaseSiteService(BaseSiteService baseSiteService)
    • getBaseSiteService

      protected BaseSiteService getBaseSiteService()
    • setUserService

      public void setUserService(UserService userService)
    • getUserService

      protected UserService getUserService()