Package com.hybris.yprofile.listeners
Class UpdatedProfileEventListener
- java.lang.Object
-
- de.hybris.platform.servicelayer.event.impl.AbstractEventListener<T>
-
- de.hybris.platform.commerceservices.event.AbstractSiteEventListener<UpdatedProfileEvent>
-
- com.hybris.yprofile.listeners.UpdatedProfileEventListener
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<UpdatedProfileEvent>
public class UpdatedProfileEventListener extends AbstractSiteEventListener<UpdatedProfileEvent>
-
-
Constructor Summary
Constructors Constructor Description UpdatedProfileEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidonSiteEvent(UpdatedProfileEvent event)voidsetProfileTransactionService(ProfileTransactionService profileTransactionService)protected booleanshouldHandleEvent(UpdatedProfileEvent event)-
Methods inherited from class de.hybris.platform.commerceservices.event.AbstractSiteEventListener
onEvent
-
Methods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
-
-
-
Method Detail
-
onSiteEvent
protected void onSiteEvent(UpdatedProfileEvent event)
- Specified by:
onSiteEventin classAbstractSiteEventListener<UpdatedProfileEvent>
-
shouldHandleEvent
protected boolean shouldHandleEvent(UpdatedProfileEvent event)
- Specified by:
shouldHandleEventin classAbstractSiteEventListener<UpdatedProfileEvent>
-
setProfileTransactionService
public void setProfileTransactionService(ProfileTransactionService profileTransactionService)
-
-