CATPLMUIInterfaces Interface CATIPLMNewEngineListenerPublic

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIPLMNewEngineListenerPublic



Method Index


o AfterCreation(CATICkeObject_var&)
Method called after the object creation
o CancelCreation()
Method called after cancel of the PLM New process

Methods


o AfterCreation
public virtual AfterCreation( iNewObject)
Method called after the object creation
Parameters:
iNewObject
created object by the PLM Engine.
Returns:
  1. E_FAIL : if an error occured after the object creation.
  2. S_OK : if the Method has succeeded.
o CancelCreation
public virtual CancelCreation()
Method called after cancel of the PLM New process
Returns:
  1. E_FAIL : if an error occured during the cancel.
  2. S_OK : If the cancel has succeeded.

This object is included in the file: CATIPLMNewEngineListenerPublic.h
If needed, your Imakefile.mk should include the module: CATPLMUIInterfaces

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.