Package de.hybris.platform.tx
Interface AfterSaveListener
- All Known Implementing Classes:
BackofficeRoleUpdatedEventDispatcher,CatalogVersionAfterSaveListener,NotSuspendableAfterSaveEventTest.TestAfterSaveListener,ProductDirectoryAfterSaveListener,SolrIndexingAfterSaveListener,WebhookServicesAfterSaveEventListener
public interface AfterSaveListener
Listener that deals with the
AfterSaveEvents. Each class that implements this interface should add its own
definition in the spring.xml.-
Method Summary
Modifier and TypeMethodDescriptionvoidafterSave(Collection<AfterSaveEvent> events) Takes real action to deal with theAfterSaveEvents.
-
Method Details
-
afterSave
Takes real action to deal with theAfterSaveEvents.- Parameters:
events- all collectedAfterSaveEvents
-