Package de.hybris.platform.tx
Class NullAfterSaveListenerRegistry
- java.lang.Object
-
- de.hybris.platform.tx.NullAfterSaveListenerRegistry
-
- All Implemented Interfaces:
AfterSaveListenerRegistry
public class NullAfterSaveListenerRegistry extends java.lang.Object implements AfterSaveListenerRegistry
-
-
Constructor Summary
Constructors Constructor Description NullAfterSaveListenerRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpublishChanges(byte[][] encodedChanges)Publishes a set of encoded changes.
-
-
-
Method Detail
-
publishChanges
public void publishChanges(byte[][] encodedChanges)
Description copied from interface:AfterSaveListenerRegistryPublishes a set of encoded changes.- Specified by:
publishChangesin interfaceAfterSaveListenerRegistry- Parameters:
encodedChanges- an array which consists of byte arrays with a fixed length of 9- See Also:
AfterSaveEventUtils.encodeChanges(de.hybris.platform.core.PK, int)
-
-