All Frameworks  Class Hierarchy  This Framework  Indexes   

ENOVInterfaces Interface VPMIWflProcessListener

Usage: you can freely reimplement this interface.


interface VPMIWflProcessListener

This interface defines callback methods which are to be invoked upon process events.


Method Index


o onAfterAbortProcess(ENOVIEvent_var&,HRESULT&)
Callback for after event AbortProcess.
o onAfterBypassProcess(ENOVIEvent_var&,HRESULT&)
Callback for after event BypassProcess.
o onAfterCompleteProcess(ENOVIEvent_var&,HRESULT&)
Callback for after event CompleteProcess.
o onAfterCreateWorkflow(ENOVIEvent_var&,HRESULT&)
Callback for event after CreateWorkflow.
o onAfterPrepareProcess(ENOVIEvent_var&,HRESULT&)
Callback for after event PrepareProcess.
o onAfterResumeProcess(ENOVIEvent_var&,HRESULT&)
Callback for after event ResumeProcess.
o onAfterStartProcess(ENOVIEvent_var&,HRESULT&)
Callback for after event StartProcess.
o onAfterSuspendProcess(ENOVIEvent_var&,HRESULT&)
Callback for after event SuspendProcess.
o onBeforeAbortProcess(ENOVIEvent_var&,HRESULT&)
Callback for before event AbortProcess.
o onBeforeBypassProcess(ENOVIEvent_var&,HRESULT&)
Callback for before event BypassProcess.
o onBeforeCompleteProcess(ENOVIEvent_var&,HRESULT&)
Callback for before event CompleteProcess.
o onBeforeCreateWorkflow(ENOVIEvent_var&,HRESULT&)
Callback for event before CreateWorkflow.
o onBeforePrepareProcess(ENOVIEvent_var&,HRESULT&)
Callback for before event PrepareProcess.
o onBeforeResumeProcess(ENOVIEvent_var&,HRESULT&)
Callback for before event ResumeProcess.
o onBeforeStartProcess(ENOVIEvent_var&,HRESULT&)
Callback for before event StartProcess.
o onBeforeSuspendProcess(ENOVIEvent_var&,HRESULT&)
Callback for before event SuspendProcess.
o onKo(ENOVIEvent_var&,HRESULT&)
Callback for event onKo.

Methods


o onAfterAbortProcess
public virtual onAfterAbortProcess( const iEvent,
ioNotifyRC)
Callback for after event AbortProcess.
Parameters:
iEvent
The event to handle.
ioNotifyRC
The notify return code.
o onAfterBypassProcess
public virtual onAfterBypassProcess( const iEvent,
ioNotifyRC)
Callback for after event BypassProcess.
Parameters:
iEvent
The event to handle.
ioNotifyRC
The notify return code.
o onAfterCompleteProcess
public virtual onAfterCompleteProcess( const iEvent,
ioNotifyRC)
Callback for after event CompleteProcess.
Parameters:
iEvent
The event to handle.
ioNotifyRC
The notify return code.
o onAfterCreateWorkflow
public virtual onAfterCreateWorkflow( const iEvent,
ioNotifyRC)
Callback for event after CreateWorkflow.
Parameters:
iEvent
The event to handle.
ioNotifyRC
The notify return code.
o onAfterPrepareProcess
public virtual onAfterPrepareProcess( const iEvent,
ioNotifyRC)
Callback for after event PrepareProcess.
Parameters:
iEvent
The event to handle.
ioNotifyRC
The notify return code.
o onAfterResumeProcess
public virtual onAfterResumeProcess( const iEvent,
ioNotifyRC)
Callback for after event ResumeProcess.
Parameters:
iEvent
The event to handle.
ioNotifyRC
The notify return code.
o onAfterStartProcess
public virtual onAfterStartProcess( const iEvent,
ioNotifyRC)
Callback for after event StartProcess.
Parameters:
iEvent
The event to handle.
ioNotifyRC
The notify return code.
o onAfterSuspendProcess
public virtual onAfterSuspendProcess( const iEvent,
ioNotifyRC)
Callback for after event SuspendProcess.
Parameters:
iEvent
The event to handle.
ioNotifyRC
The notify return code.
o onBeforeAbortProcess
public virtual onBeforeAbortProcess( const iEvent,
ioNotifyRC)
Callback for before event AbortProcess.
Parameters:
iEvent
The event to handle.
ioNotifyRC
The notify return code.
o onBeforeBypassProcess
public virtual onBeforeBypassProcess( const iEvent,
ioNotifyRC)
Callback for before event BypassProcess.
Parameters:
iEvent
The event to handle.
ioNotifyRC
The notify return code.
o onBeforeCompleteProcess
public virtual onBeforeCompleteProcess( const iEvent,
ioNotifyRC)
Callback for before event CompleteProcess.
Parameters:
iEvent
The event to handle.
ioNotifyRC
The notify return code.
o onBeforeCreateWorkflow
public virtual onBeforeCreateWorkflow( const iEvent,
ioNotifyRC)
Callback for event before CreateWorkflow.
Parameters:
iEvent
The event to handle.
ioNotifyRC
The notify return code.
o onBeforePrepareProcess
public virtual onBeforePrepareProcess( const iEvent,
ioNotifyRC)
Callback for before event PrepareProcess.
Parameters:
iEvent
The event to handle.
ioNotifyRC
The notify return code.
o onBeforeResumeProcess
public virtual onBeforeResumeProcess( const iEvent,
ioNotifyRC)
Callback for before event ResumeProcess.
Parameters:
iEvent
The event to handle.
ioNotifyRC
The notify return code.
o onBeforeStartProcess
public virtual onBeforeStartProcess( const iEvent,
ioNotifyRC)
Callback for before event StartProcess.
Parameters:
iEvent
The event to handle.
ioNotifyRC
The notify return code.
o onBeforeSuspendProcess
public virtual onBeforeSuspendProcess( const iEvent,
ioNotifyRC)
Callback for before event SuspendProcess.
Parameters:
iEvent
The event to handle.
ioNotifyRC
The notify return code.
o onKo
public virtual onKo( const iEvent,
ioNotifyRC)
Callback for event onKo.
Parameters:
iEvent
The event to handle.
ioNotifyRC
The notify return code.

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

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