All Frameworks Class Hierarchy This Framework Previous Next Indexes
ENOVInterfaces Interface ENOVICWEvents
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---ENOVICWEvents
Usage: you can freely reimplement this interface.
interface ENOVICWEvents
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.
Method Index
- o
onAfterActModify(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterActModify is emitted at step AFTER.
- o
onAfterAddAffectedObject(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterAddAffectedObject is emitted at step AFTER.
- o
onAfterAddAttachment(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterAddAttachment is emitted at step AFTER.
- o
onAfterAddConfigViewAction(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterAddConfigViewAction is emitted at step AFTER.
- o
onAfterAddConfigViewEco(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterAddConfigViewEco is emitted at step AFTER.
- o
onAfterAffObjModify(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterAffObjModify is emitted at step AFTER.
- o
onAfterChangeOwner(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterChangeOwner is emitted at step AFTER.
- o
onAfterChangePriority(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterChangePriority is emitted at step AFTER.
- o
onAfterChangeStatus(ENOVIEvent_var&,HRESULT&)
-
- o
onAfterDelete(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterDelete is emitted at step AFTER.
- o
onAfterLinkRelatedEco(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterLinkRelatedEco is emitted at step AFTER.
- o
onAfterRemoveAffectedObject(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterRemoveAffectedObject is emitted at step AFTER.
- o
onAfterRemoveAttachment(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterRemoveAttachment is emitted at step AFTER.
- o
onAfterRemoveConfigViewAction(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterRemoveConfigViewAction is emitted at step AFTER.
- o
onAfterRemoveConfigViewEco(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterRemoveConfigViewEco is emitted at step AFTER.
- o
onAfterRemoveLinkRelatedEco(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterRemoveLinkRelatedEco is emitted at step AFTER.
- o
onBeforeActModify(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeActModify is emitted at step BEFORE.
- o
onBeforeAddAffectedObject(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeAddAffectedObject is emitted at step BEFORE.
- o
onBeforeAddAttachment(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeAddAttachment is emitted at step BEFORE.
- o
onBeforeAddConfigViewAction(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeAddConfigViewAction is emitted at step BEFORE.
- o
onBeforeAddConfigViewEco(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeAddConfigViewEco is emitted at step BEFORE.
- o
onBeforeAffObjModify(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeAffObjModify is emitted at step BEFORE.
- o
onBeforeChangeOwner(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeChangeOwner is emitted at step BEFORE.
- o
onBeforeChangeStatus(ENOVIEvent_var&,HRESULT&)
-
- o
onBeforeDelete(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeDelete is emitted at step BEFORE.
- o
onBeforeLinkRelatedEco(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeLinkRelatedEco is emitted at step BEFORE.
- o
onBeforeRemoveAffectedObject(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeRemoveAffectedObject is emitted at step BEFORE.
- o
onBeforeRemoveAttachment(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeRemoveAttachment is emitted at step BEFORE.
- o
onBeforeRemoveConfigViewAction(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeRemoveConfigViewAction is emitted at step BEFORE.
- o
onBeforeRemoveConfigViewEco(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeRemoveConfigViewEco is emitted at step BEFORE.
- o
onBeforeRemoveLinkRelatedEco(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeRemoveLinkRelatedEco is emitted at step BEFORE.
- o
onKo(ENOVIEvent_var&,HRESULT&)
- Method called when the event onKo is emitted at step BEFORE.
Methods
o onAfterActModify
public virtual HRESULT onAfterActModify( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onAfterActModify is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterActModify
- step after - on the ECO/ACT. 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 onAfterAddAffectedObject
public virtual HRESULT onAfterAddAffectedObject( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onAfterAddAffectedObject is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterAddAffectedObject
- step after - 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 :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterAddAttachment
public virtual HRESULT onAfterAddAttachment( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onAfterAddAttachment is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterAddAttachment
- step after - 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 :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterAddConfigViewAction
public virtual HRESULT onAfterAddConfigViewAction( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onAfterAddConfigViewAction is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterAddConfigViewAction
- step after - on the Action. 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 onAfterAddConfigViewEco
public virtual HRESULT onAfterAddConfigViewEco( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onAfterAddConfigViewEco is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterAddConfigViewEco
- step after - on the Eco. 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 onAfterAffObjModify
public virtual HRESULT onAfterAffObjModify( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onAfterAffObjModify is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterAffObjModify
- step after - on the ECO/ACT. 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 onAfterChangeOwner
public virtual HRESULT onAfterChangeOwner( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onAfterChangeOwner is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterChangeOwner
- step after - 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 :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterChangePriority
public virtual HRESULT onAfterChangePriority( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onAfterChangePriority is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterChangePriority
- step after - 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 :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterChangeStatus
public virtual HRESULT onAfterChangeStatus( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
- Deprecated:
- This method is deprecated since V5R19.
Please use applyTransition methods from ENOVIActionEvents interface for the same purpose.
Method called when the event onAfterChangeStatus is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterChangeStatus
- step after - 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 :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterDelete
public virtual HRESULT onAfterDelete( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onAfterDelete is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterDelete
- step after - 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 :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterLinkRelatedEco
public virtual HRESULT onAfterLinkRelatedEco( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onAfterLinkRelatedEco is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterLinkRelatedEco
- step after - on the ECO. 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 onAfterRemoveAffectedObject
public virtual HRESULT onAfterRemoveAffectedObject( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onAfterRemoveAffectedObject is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterRemoveAffectedObject
- step after - 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 :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterRemoveAttachment
public virtual HRESULT onAfterRemoveAttachment( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onAfterRemoveAttachment is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterRemoveAttachment
- step after - 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 :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterRemoveConfigViewAction
public virtual HRESULT onAfterRemoveConfigViewAction( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onAfterRemoveConfigViewAction is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterRemoveConfigViewAction
- step after - on the Action. 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 onAfterRemoveConfigViewEco
public virtual HRESULT onAfterRemoveConfigViewEco( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onAfterRemoveConfigViewEco is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterRemoveConfigViewEco
- step after - on the Eco. 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 onAfterRemoveLinkRelatedEco
public virtual HRESULT onAfterRemoveLinkRelatedEco( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onAfterRemoveLinkRelatedEco is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterRemoveLinkRelatedEco
- step after - on the ECO. 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 onBeforeActModify
public virtual HRESULT onBeforeActModify( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onBeforeActModify is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeActModify
- step before - on the ECO/ACT. 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 onBeforeAddAffectedObject
public virtual HRESULT onBeforeAddAffectedObject( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onBeforeAddAffectedObject is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeAddAffectedObject
- 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 :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeAddAttachment
public virtual HRESULT onBeforeAddAttachment( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onBeforeAddAttachment is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeAddAttachment
- 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 :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeAddConfigViewAction
public virtual HRESULT onBeforeAddConfigViewAction( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onBeforeAddConfigViewAction is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeAddConfigViewAction
- step before - on the Action. 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 onBeforeAddConfigViewEco
public virtual HRESULT onBeforeAddConfigViewEco( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onBeforeAddConfigViewEco is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeAddConfigViewEco
- step before - on the Eco. 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 onBeforeAffObjModify
public virtual HRESULT onBeforeAffObjModify( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onBeforeAffObjModify is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeAffObjModify
- step before - on the ECO/ACT. 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 onBeforeChangeOwner
public virtual HRESULT onBeforeChangeOwner( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onBeforeChangeOwner is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeChangeOwner
- 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 :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeChangeStatus
public virtual HRESULT onBeforeChangeStatus( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
- Deprecated:
- This method is deprecated since V5R19.
Please use applyTransition methods from ENOVIActionEvents interface for the same purpose.
Method called when the event onBeforeChangeStatus is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeChangeStatus
- 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 :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeDelete
public virtual HRESULT onBeforeDelete( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onBeforeDelete is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeDelete
- 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 :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeLinkRelatedEco
public virtual HRESULT onBeforeLinkRelatedEco( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onBeforeLinkRelatedEco is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeLinkRelatedEco
- step before - on the ECO. 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 onBeforeRemoveAffectedObject
public virtual HRESULT onBeforeRemoveAffectedObject( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onBeforeRemoveAffectedObject is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeRemoveAffectedObject
- 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 :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeRemoveAttachment
public virtual HRESULT onBeforeRemoveAttachment( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onBeforeRemoveAttachment is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeRemoveAttachment
- 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 :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeRemoveConfigViewAction
public virtual HRESULT onBeforeRemoveConfigViewAction( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onBeforeRemoveConfigViewAction is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeRemoveConfigViewAction
- step before - on the Action. 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 onBeforeRemoveConfigViewEco
public virtual HRESULT onBeforeRemoveConfigViewEco( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onBeforeRemoveConfigViewEco is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeRemoveConfigViewEco
- step before - on the Eco. 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 onBeforeRemoveLinkRelatedEco
public virtual HRESULT onBeforeRemoveLinkRelatedEco( | const ENOVIEvent_var& | iRaisedEvent, |
| HRESULT& | ioNotifyReturnCode) = 0 |
-
Method called when the event onBeforeRemoveLinkRelatedEco is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeRemoveLinkRelatedEco
- step before - on the ECO. 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 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 :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
This object is included in the file: ENOVICWEvents.h
If needed, your Imakefile.mk should include the module: GUIDENOVInterfaces