com.ibm.commerce.marketingcenter.events.runtime
Interface MktgClickEventHandler
- All Superinterfaces:
- MktgEventHandler
- All Known Implementing Classes:
- CpgnStats, MktgEventHandlerImpl, PCStats, SAStats
- public interface MktgClickEventHandler
- extends MktgEventHandler
Interface defines methods for click event handlers.
Field Summary |
static java.lang.String |
COPYRIGHT
IBM copyright notice field. |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- IBM copyright notice field.
- See Also:
- Constant Field Values
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.
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.
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.