Class InternalPersistenceEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.broadleafcommerce.common.messaging.notification.domain.InternalPersistenceEvent
-
- All Implemented Interfaces:
Serializable
public class InternalPersistenceEvent extends org.springframework.context.ApplicationEvent
Spring level event (local to the current JVM) that is fired uponTrackable
entity persistence.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description InternalPersistenceEvent(NotificationStateAware notifiable)
-
-
-
Constructor Detail
-
InternalPersistenceEvent
public InternalPersistenceEvent(NotificationStateAware notifiable)
-
-