Interface defines methods for click event handlers.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
Method Summary | |
---|---|
void |
addClick(java.util.Hashtable h) Process click event. |
void |
addClick(
TypedProperty param) Process click event. |
void |
addClick(
TypedProperty tp, java.lang.Integer storeIdentifier)
Process click event. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Method Detail |
---|
public void addClick(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 addClick(TypedProperty tp, java.lang.Integer storeIdentifier)
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.public void addClick(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.