Class MutationNotifyEvent
- java.lang.Object
 - 
- java.util.EventObject
 - 
- org.springframework.context.ApplicationEvent
 - 
- com.broadleafcommerce.data.tracking.core.service.MutationNotifyEvent
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class MutationNotifyEvent extends org.springframework.context.ApplicationEvent- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
- 
Fields inherited from class java.util.EventObject
source 
 - 
 
- 
Constructor Summary
Constructors Constructor Description MutationNotifyEvent(Object source, Trackable domain, ContextInfo context, com.broadleafcommerce.common.messaging.notification.NotificationStateRepository repository) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)ContextInfogetContext()TrackablegetDomain()com.broadleafcommerce.common.messaging.notification.NotificationStateRepositorygetRepository()inthashCode()StringtoString()- 
Methods inherited from class java.util.EventObject
getSource 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
MutationNotifyEvent
public MutationNotifyEvent(Object source, @Nullable Trackable domain, @Nullable ContextInfo context, @NonNull com.broadleafcommerce.common.messaging.notification.NotificationStateRepository repository)
 
 - 
 
- 
Method Detail
- 
getDomain
public Trackable getDomain()
 
- 
getContext
public ContextInfo getContext()
 
- 
getRepository
public com.broadleafcommerce.common.messaging.notification.NotificationStateRepository getRepository()
 
- 
canEqual
protected boolean canEqual(Object other)
 
- 
toString
public String toString()
- Overrides:
 toStringin classEventObject
 
 - 
 
 -