public abstract class Event
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ADD_TO_CART
The string value corresponding to the addtocart-event
|
static java.lang.String |
CLICK
The string value corresponding to the click-event
|
Entity |
entity
The entity that the user has interacted with.
|
static java.lang.String |
PURCHASE
The string value corresponding to the purchase-event
|
java.lang.String |
type
Type of the event.
|
public static final java.lang.String CLICK
public static final java.lang.String ADD_TO_CART
public static final java.lang.String PURCHASE
public final java.lang.String type
public final Entity entity
protected Event(java.lang.String type, Entity entity)