Class CustomerAddressPersistedEntityListener
java.lang.Object
org.broadleafcommerce.profile.core.domain.CustomerAddressPersistedEntityListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcustomerAddressUpdated(Object entity) Invoked on PostPersist, PostUpdate, and PostRemove.
-
Constructor Details
-
CustomerAddressPersistedEntityListener
public CustomerAddressPersistedEntityListener()
-
-
Method Details
-
customerAddressUpdated
Invoked on PostPersist, PostUpdate, and PostRemove. The default implementation is to simply publish a Spring event to the ApplicationContext after the transaction has completed.- Parameters:
entity- the newly-persisted CustomerAddress- See Also:
-