Class CustomerPersistedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.broadleafcommerce.profile.core.domain.CustomerPersistedEvent
- All Implemented Interfaces:
Serializable
public class CustomerPersistedEvent
extends org.springframework.context.ApplicationEvent
An event for whenever a
CustomerImpl
has been persisted- Author:
- Phillip Verheyden (phillipuniverse)
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the newly-persistedCustomer
set by theCustomerPersistedEntityListener
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
CustomerPersistedEvent
- Parameters:
customer
- the newly persisted customer
-
-
Method Details
-
getCustomer
Gets the newly-persistedCustomer
set by theCustomerPersistedEntityListener
- Returns:
-