Class CPSUserChangedEventListener

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

    @Deprecated(since="1811",
                forRemoval=true)
    public class CPSUserChangedEventListener
    extends AbstractEventListener<AfterSessionUserChangeEvent>
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 18.11 - obsolete. We do not cache pricing data in the user session cache. So we do not need to clear it.
    • Constructor Detail

      • CPSUserChangedEventListener

        public CPSUserChangedEventListener()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • onEvent

        @Deprecated(since="1811",
                    forRemoval=true)
        protected void onEvent​(AfterSessionUserChangeEvent evt)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 18.11 - obsolete. We do not cache pricing data in the user session cache. So we do not need to clear it.
        Description copied from class: AbstractEventListener
        This method is called by ApplicationListener.onApplicationEvent(ApplicationEvent) and processes the given event.
        Specified by:
        onEvent in class AbstractEventListener<AfterSessionUserChangeEvent>
        Parameters:
        evt - the event to be processed
        See Also:
        ApplicationListener.onApplicationEvent(ApplicationEvent)