All Frameworks Class Hierarchy This Framework Previous Next Indexes
VPMInterfaces Interface CATIVpmAFLSubscribePV
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---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 HRESULT EventAddPVAfter( | CATIVpmAFLAction_var& | iAction, |
| CATIConfigurableObject_var& | iCfgObj)=0 |
-
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 HRESULT EventAddPVBefore( | CATIVpmAFLAction_var& | iAction, |
| CATIConfigurableObject_var& | iCfgObj)=0 |
-
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