Class ItemUpdatedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- de.hybris.platform.servicelayer.event.events.AbstractEvent
-
- de.hybris.platform.webhookservices.event.BaseWebhookEvent
-
- de.hybris.platform.webhookservices.event.ItemUpdatedEvent
-
- All Implemented Interfaces:
WebhookEvent,java.io.Serializable
public class ItemUpdatedEvent extends BaseWebhookEvent
AWebhookEventthat indicates an item update in the platform- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ItemUpdatedEvent(AfterSaveEvent event)Instantiates an ItemUpdatedEvent
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()-
Methods inherited from class de.hybris.platform.webhookservices.event.BaseWebhookEvent
getEventType, getPk
-
Methods inherited from class de.hybris.platform.servicelayer.event.events.AbstractEvent
getScope, getSource, isFromCluster, setFromCluster, setScope
-
-
-
-
Constructor Detail
-
ItemUpdatedEvent
public ItemUpdatedEvent(AfterSaveEvent event)
Instantiates an ItemUpdatedEvent- Parameters:
event- TheAfterSaveEventthat is wrapped.
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractEvent
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-