Class CPSUserChangedEventListener
- java.lang.Object
-
- de.hybris.platform.servicelayer.event.impl.AbstractEventListener<AfterSessionUserChangeEvent>
-
- de.hybris.platform.sap.productconfig.runtime.cps.event.impl.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 Summary
Constructors Constructor Description CPSUserChangedEventListener()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voidonEvent(AfterSessionUserChangeEvent evt)Deprecated, for removal: This API element is subject to removal in a future version.since 18.11 - obsolete.-
Methods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
-
-
-
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:AbstractEventListenerThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.- Specified by:
onEventin classAbstractEventListener<AfterSessionUserChangeEvent>- Parameters:
evt- the event to be processed- See Also:
ApplicationListener.onApplicationEvent(ApplicationEvent)
-
-