All Frameworks Class Hierarchy This Framework Indexes
VPMInterfaces Interface CATIVpmAFLSubscribePV
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIVpmAFLSubscribePV
Interface for Subscribers to Product-View events.
Role: The interface provides callback functions handling Product-View events.
Method Index
- o
EventAddPVAfter(CATIVpmAFLAction_var&,CATIConfigurableObject_var&)
- The function which is called back after a product-view is added.
- o
EventAddPVBefore(CATIVpmAFLAction_var&,CATIConfigurableObject_var&)
- The function which is called back before a product-view is added.
Methods
o EventAddPVAfter
| public virtual EventAddPVAfter( | | iAction, |
| | iCfgObj) |
-
The function which is called back after a product-view is added.
- Parameters:
-
- iAction
- The action to which the PV is related.
- iCfgObj
- The configuration object to which the PV is related.
o EventAddPVBefore
| public virtual EventAddPVBefore( | | iAction, |
| | iCfgObj) |
-
The function which is called back before a product-view is added.
- Parameters:
-
- iAction
- The action to which the PV is related.
- iCfgObj
- The configuration object to which the PV is related.
This object is included in the file: CATIVpmAFLSubscribePV.h
If needed, your Imakefile.mk should include the module: GUIDVPMInterfaces