Package de.hybris.platform.tx
Class NullAfterSaveListenerRegistry
java.lang.Object
de.hybris.platform.tx.NullAfterSaveListenerRegistry
- All Implemented Interfaces:
AfterSaveListenerRegistry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpublishChanges(byte[][] encodedChanges) Publishes a set of encoded changes.
-
Constructor Details
-
NullAfterSaveListenerRegistry
public NullAfterSaveListenerRegistry()
-
-
Method Details
-
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:
-