com.ibm.commerce.marketingcenter.events.runtime
Interface MktgClickEventHandler
- All Superinterfaces:
- MktgEventHandler
- All Known Implementing Classes:
- MktgEventHandlerImpl
- public interface MktgClickEventHandler
- extends MktgEventHandler
Interface defines methods for click event handlers.
Field Summary |
static java.lang.String |
COPYRIGHT
|
COPYRIGHT
public static final java.lang.String COPYRIGHT
addClick
public void addClick(java.util.Hashtable h)
- Process click event.
- Parameters:
h
- A Hashtable containing input data for the handler class. The
keys for this typically are the same as the database table
column names.
addClick
public void addClick(TypedProperty param)
- Process click event
- Parameters:
param
- A TypedProperty containing input data for the handler class.
The keys for this typically are the same as the database table
column names.
addClick
public void addClick(TypedProperty tp,
java.lang.Integer storeIdentifier)
- Process click event
- Parameters:
tp
- A TypedProperty containing input data for the handler class.
The keys for this typically are the same as the database table
column names.storeIdentifier
- A WCS store Id.