public class MktgEventHandlerImpl extends java.lang.Object implements MktgClickEventHandler, MktgLogEventHandler
MktgEventHandler
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
MktgEventHandlerImpl()
Constructs a MktgEventHandlerImpl object.
|
Modifier and Type | Method and Description |
---|---|
void |
addClick(java.util.Hashtable h)
Add a click event.
|
void |
addClick(com.ibm.commerce.datatype.TypedProperty param)
Add a click event.
|
void |
addClick(com.ibm.commerce.datatype.TypedProperty param,
java.lang.Integer storeIdentifier)
Add a click event.
|
void |
addEvent(java.util.Hashtable h)
Add an event.
|
void |
addEvent(com.ibm.commerce.datatype.TypedProperty param)
Add an event.
|
void |
addEvent(com.ibm.commerce.datatype.TypedProperty param,
java.lang.Integer storeIdentifer)
Add an event.
|
public static final java.lang.String COPYRIGHT
public MktgEventHandlerImpl()
public void addClick(java.util.Hashtable h)
addClick
in interface MktgClickEventHandler
h
- The click event info.public void addClick(com.ibm.commerce.datatype.TypedProperty param)
addClick
in interface MktgClickEventHandler
param
- The click event info.public void addClick(com.ibm.commerce.datatype.TypedProperty param, java.lang.Integer storeIdentifier)
addClick
in interface MktgClickEventHandler
param
- The click event info.storeIdentifier
- The store id.public void addEvent(java.util.Hashtable h)
addEvent
in interface MktgLogEventHandler
h
- The event info.public void addEvent(com.ibm.commerce.datatype.TypedProperty param)
addEvent
in interface MktgLogEventHandler
param
- The event info.public void addEvent(com.ibm.commerce.datatype.TypedProperty param, java.lang.Integer storeIdentifer)
addEvent
in interface MktgLogEventHandler
param
- The event info.storeIdentifier
- The store id.