Package de.hybris.platform.tx
Interface AfterSaveListenerRegistry
- All Known Implementing Classes:
DefaultAfterSaveListenerRegistry,NullAfterSaveListenerRegistry
public interface AfterSaveListenerRegistry
The registry contains the
AfterSaveListeners registered in Spring and notifies them the
AfterSaveEvents.- Spring Bean ID:
- afterSaveListenerRegistry
-
Method Summary
Modifier and TypeMethodDescriptionvoidpublishChanges(byte[][] encodedChanges) Publishes a set of encoded changes.
-
Method Details
-
publishChanges
void publishChanges(byte[][] encodedChanges) Publishes a set of encoded changes.- Parameters:
encodedChanges- an array which consists of byte arrays with a fixed length of 9- See Also:
-