Package de.hybris.platform.order.events
Class SessionCurrencyChangeListener
- java.lang.Object
-
- de.hybris.platform.servicelayer.event.impl.AbstractEventListener<AfterSessionAttributeChangeEvent>
-
- de.hybris.platform.order.events.SessionCurrencyChangeListener
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<AfterSessionAttributeChangeEvent>
public class SessionCurrencyChangeListener extends AbstractEventListener<AfterSessionAttributeChangeEvent>
-
-
Constructor Summary
Constructors Constructor Description SessionCurrencyChangeListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CartServicegetCartServiceViaLookup()CommonI18NServicegetCommonI18NServiceViaLookup()protected voidonEvent(AfterSessionAttributeChangeEvent event)This method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.-
Methods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
-
-
-
Method Detail
-
onEvent
protected void onEvent(AfterSessionAttributeChangeEvent event)
Description copied from class:AbstractEventListenerThis method is called byApplicationListener.onApplicationEvent(ApplicationEvent)and processes the given event.- Specified by:
onEventin classAbstractEventListener<AfterSessionAttributeChangeEvent>- Parameters:
event- the event to be processed- See Also:
ApplicationListener.onApplicationEvent(ApplicationEvent)
-
getCartServiceViaLookup
public CartService getCartServiceViaLookup()
-
getCommonI18NServiceViaLookup
public CommonI18NService getCommonI18NServiceViaLookup()
-
-