com.ibm.commerce.marketingcenter.events.runtime
Interface MktgLogEventHandler

All Superinterfaces:
MktgEventHandler
All Known Implementing Classes:
MktgEventHandlerImpl

public interface MktgLogEventHandler
extends MktgEventHandler

Interface for handling non-click events.


Field Summary
static java.lang.String COPYRIGHT
           
 
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

COPYRIGHT

public static final java.lang.String COPYRIGHT
Method Detail

addEvent

public void addEvent(java.util.Hashtable h)
Process a non-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 (dependent on what the handler expects).

addEvent

public void addEvent(TypedProperty param)
Process a non-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.

addEvent

public void addEvent(TypedProperty param,
                     java.lang.Integer storeIdentifier)
Process a non-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.
storeIdentifier - The WebSphere Commerce store identifier.