com.ibm.commerce.marketingcenter.events.runtime
Class MktgEventHandlerImpl

java.lang.Object
  |
  +--com.ibm.commerce.marketingcenter.events.runtime.MktgEventHandlerImpl
All Implemented Interfaces:
MktgClickEventHandler, MktgEventHandler, MktgLogEventHandler

public class MktgEventHandlerImpl
extends java.lang.Object
implements MktgClickEventHandler, MktgLogEventHandler

Base default class implementing MktgEventHandler.


Field Summary
static java.lang.String COPYRIGHT
           
 
Constructor Summary
MktgEventHandlerImpl()
          Constructs a MktgEventHandlerImpl object.
 
Method Summary
 void addClick(java.util.Hashtable h)
          Add a click event.
 void addClick(TypedProperty param)
          Add a click event.
 void addClick(TypedProperty param, java.lang.Integer storeIdentifier)
          Add a click event.
 void addEvent(java.util.Hashtable h)
          Add an event.
 void addEvent(TypedProperty param)
          Add an event.
 void addEvent(TypedProperty param, java.lang.Integer storeIdentifer)
          Add an event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Constructor Detail

MktgEventHandlerImpl

public MktgEventHandlerImpl()
Constructs a MktgEventHandlerImpl object.
Method Detail

addClick

public void addClick(java.util.Hashtable h)
Add a click event.
Specified by:
addClick in interface MktgClickEventHandler
Parameters:
h - The click event info.

addClick

public void addClick(TypedProperty param)
Add a click event.
Specified by:
addClick in interface MktgClickEventHandler
Parameters:
param - The click event info.

addClick

public void addClick(TypedProperty param,
                     java.lang.Integer storeIdentifier)
Add a click event.
Specified by:
addClick in interface MktgClickEventHandler
Parameters:
param - The click event info.
storeIdentifier - The store id.

addEvent

public void addEvent(java.util.Hashtable h)
Add an event.
Specified by:
addEvent in interface MktgLogEventHandler
Parameters:
h - The event info.

addEvent

public void addEvent(TypedProperty param)
Add an event.
Specified by:
addEvent in interface MktgLogEventHandler
Parameters:
param - The event info.

addEvent

public void addEvent(TypedProperty param,
                     java.lang.Integer storeIdentifer)
Add an event.
Specified by:
addEvent in interface MktgLogEventHandler
Parameters:
param - The event info.
storeIdentifier - The store id.