All Frameworks Class Hierarchy This Framework Indexes
ENOVInterfaces Interface ENOVIActionEvents
Usage: you can freely reimplement this interface.
interface ENOVIActionEvents
Interface to events raised in Change Management.
Role:Class to be implemented by a client who wants to subscribe
to events raised in Change Management. Events onBeforeapplyTransition and onAfterapplyTransition
will be fired during change status.
Method Index
- o
onAfterapplyTransition(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterapplyTransition is emitted at step AFTER.
- o
onBeforeapplyTransition(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeapplyTransition is emitted at step BEFORE.
- o
onKo(ENOVIEvent_var&,HRESULT&)
- Method called when the event onKo is emitted at step BEFORE.
Methods
o onAfterapplyTransition
| public virtual onAfterapplyTransition( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onAfterapplyTransition is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterapplyTransition
- step after - on the object.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
- Returns:
-
- S_OK
- if everything was right
- E_FAIL
- if there was a problem
- See also:
- ENOVIEvent
o onBeforeapplyTransition
| public virtual onBeforeapplyTransition( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onBeforeapplyTransition is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeapplyTransition
- step before - on the object.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
- Returns:
-
- S_OK
- if everything was right
- E_FAIL
- if there was a problem
- See also:
- ENOVIEvent
o onKo
| public virtual onKo( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onKo is emitted at step BEFORE.
Role: to call back clients which subscribed to onKo
- step before - on the object. 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 :
- Returns:
-
- S_OK
- if everything was right
- E_FAIL
- if there was a problem
- See also:
- ENOVIEvent
This object is included in the file: ENOVIActionEvents.h
If needed, your Imakefile.mk should include the module: GUIDENOVInterfaces