Interface for handling non-click events.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
Method Summary | |
---|---|
void |
addEvent(java.util.Hashtable h) Process a non-click event. |
void |
addEvent(
TypedProperty param) Process a non-click event. |
void |
addEvent(
TypedProperty param, java.lang.Integer storeIdentifier)
Process a non-click event. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Method Detail |
---|
public void addEvent(TypedProperty param)
param
- A TypedProperty
containing input data for
the handler class. The keys for this typically are the same as the database
table column names.public void addEvent(TypedProperty param, java.lang.Integer storeIdentifier)
param
- A TypedProperty
containing input data for
the handler class. The keys for this typically are the same as the database
table column names.storeIdentifier
- The WebSphere Commerce store
identifier.public void addEvent(java.util.Hashtable h)
h
- A Hashtable
containing input data for the
handler class. The keys for this typically are the same as the database table
column names (dependent on what the handler expects).