com.ibm.commerce.marketingcenter.events.dbobjects
Class SAStatsInvocationEvent

java.lang.Object
  com.ibm.commerce.event.WCSEvent
      com.ibm.commerce.marketingcenter.events.dbobjects.SAStatsInvocationEvent

public class SAStatsInvocationEvent
extends com.ibm.commerce.event.WCSEvent

Event object for the SASTATS table.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
IBM copyright notice field.
Constructor Summary
SAStatsInvocationEvent(java.lang.Object userData)
Constructor for SAStatsInvocationEvent.
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
IBM copyright notice field.
See Also:
Constant Field Values
Constructor Detail

SAStatsInvocationEvent

public SAStatsInvocationEvent(java.lang.Object userData)
Constructor for SAStatsInvocationEvent.
Parameters:
userData - The object that contains all the user data.

Feedback