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

All Superinterfaces:
MarketingEventUpdateCommand, TaskCommand

public interface ClickEventUpdateCommand
extends MarketingEventUpdateCommand

Interface for the task command that handles click events.


Field Summary
static java.lang.String COPYRIGHT
IBM copyright notice field.
static java.lang.String defaultCommandClassName
Default implementation class name.
static java.lang.String NAME
Interface name.
Methods inherited from interface com.ibm.commerce.marketingcenter.events.runtime.MarketingEventUpdateCommand
setRequestProps
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
Interface name.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
Default implementation class name.
See Also:
Constant Field Values

Feedback