Class AfterSessionUserChangeListener

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

public class AfterSessionUserChangeListener extends AbstractEventListener<AfterSessionUserChangeEvent>
Event listener to change the cart user if the current user has changed.

AfterSessionUserChangeEvent events are processed, which are fired after the current user is changed.

See Also:
  • Constructor Details

    • AfterSessionUserChangeListener

      public AfterSessionUserChangeListener()
  • Method Details