All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ENOVInterfaces Interface ENOVIDocEvents3

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---ENOVIDocEvents3
 

Usage: you can freely reimplement this interface.


interface ENOVIDocEvents3

Interface to events raised in Documents.

Role:Class to be implemented by a client who wants to subscribe to events raised in Documents.


Method Index


o onAftertransferVault(ENOVIEvent_var&,HRESULT&)
Method called when the event onAftertransferVault is emitted at step After.
o onBeforetransferVault(ENOVIEvent_var&,HRESULT&)
Method called when the event onBeforetransferVault is emitted at step BEFORE.
o onKo(ENOVIEvent_var&,HRESULT&)
Method called when the event onKo is emitted at step BEFORE.

Methods


o onAftertransferVault
public virtual HRESULT onAftertransferVault( const ENOVIEvent_var& iRaisedEvent,
HRESULT& ioNotifyReturnCode) = 0
Method called when the event onAftertransferVault is emitted at step After.
Role: to call back clients which subscribed to onAftertransferVault - step After - on the ENOVIDDManager. This step is emitted After creation of the login session is performed.
Parameters:
iRaisedEvent
the instance of event which is currently raised.
ioNotifyReturnCode
the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
See also:
ENOVIEvent
o onBeforetransferVault
public virtual HRESULT onBeforetransferVault( const ENOVIEvent_var& iRaisedEvent,
HRESULT& ioNotifyReturnCode) = 0
Method called when the event onBeforetransferVault is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforetransferVault - step before - on the ENOVIDDManager. This step is emitted before creation of the login session is performed.
Parameters:
iRaisedEvent
the instance of event which is currently raised.
ioNotifyReturnCode
the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
See also:
ENOVIEvent
o onKo
public virtual HRESULT onKo( const ENOVIEvent_var& iRaisedEvent,
HRESULT& ioNotifyReturnCode) = 0
Method called when the event onKo is emitted at step BEFORE.
Role: to call back clients which subscribed to onKo - step before - on the ENOVIDDManager. This step is emitted before creation of the login session is performed.
Parameters:
iRaisedEvent
the instance of event which is currently raised.
ioNotifyReturnCode
the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
See also:
ENOVIEvent

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

Copyright © 2003, Dassault Systèmes. All rights reserved.