Package de.hybris.platform.tx
Interface AfterSaveListener
-
- All Known Implementing Classes:
Agentdesktopdataexchangeb2bSaveListener,AgentDesktopSaveListener,CatalogVersionAfterSaveListener,ConfigurationSaveListener,DefaultSECSaveListener,SapLogicalSystemSaveListener,SolrIndexingAfterSaveListener
public interface AfterSaveListenerListener that deals with theAfterSaveEvents. Each class that implements this interface should add its own definition in the spring.xml.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafterSave(java.util.Collection<AfterSaveEvent> events)Takes real action to deal with theAfterSaveEvents.
-
-
-
Method Detail
-
afterSave
void afterSave(java.util.Collection<AfterSaveEvent> events)
Takes real action to deal with theAfterSaveEvents.- Parameters:
events- all collectedAfterSaveEvents
-
-