All Frameworks  Class Hierarchy  This Framework  Indexes   

VPMPosManager Interface ENOVIPosEvent

Usage: you can freely reimplement this interface.


interface ENOVIPosEvent

Interface to be implemented by a client who wants to subscribe to P&O-Security events which may be raised.
CallBack Interface : when the publisher raises a P&O-Security-related event, the subscriber is called back on methods of this interface.
Role: the Subscriber gives a pointer on the implementation of this interface for subscription.


Method Index


o onAfterCheckAccess(ENOVIEvent_var&,HRESULT&)
Method called after a Check Access action was done.
o onAfterCheckDataAccess(ENOVIEvent_var&,HRESULT&)
Method called after a Check Data Access action was done.
o onAfterDeleteContext(ENOVIEvent_var&,HRESULT&)
Method called after a Delete Context action is done .
o onAfterDeleteDataGroup(ENOVIEvent_var&,HRESULT&)
Method called after a Delete DataGroup action is done .
o onAfterDeleteOrg(ENOVIEvent_var&,HRESULT&)
Method called after a Delete Org action is done .
o onAfterDeletePerson(ENOVIEvent_var&,HRESULT&)
Method called after a Delete Person action is done .
o onAfterDeletePrivilege(ENOVIEvent_var&,HRESULT&)
Method called after a Delete Privilege action is done .
o onAfterDeleteProject(ENOVIEvent_var&,HRESULT&)
Method called after a Delete Project action is done .
o onAfterDeleteRole(ENOVIEvent_var&,HRESULT&)
Method called after a Delete Role action is done .
o onAfterUpdateContext(ENOVIEvent_var&,HRESULT&)
Method called after an Update Context action was done.
o onAfterUpdateDataGroup(ENOVIEvent_var&,HRESULT&)
Method called after an Update DataGroup action was done.
o onAfterUpdateOrg(ENOVIEvent_var&,HRESULT&)
Method called after an Update Org action was done.
o onAfterUpdatePerson(ENOVIEvent_var&,HRESULT&)
Method called after an Update Person action was done.
o onAfterUpdatePrivilege(ENOVIEvent_var&,HRESULT&)
Method called after an Update Privilege action was done.
o onAfterUpdateProject(ENOVIEvent_var&,HRESULT&)
Method called after an Update Project action was done.
o onAfterUpdateRole(ENOVIEvent_var&,HRESULT&)
Method called after an Update Role action was done.
o onBeforeCheckAccess(ENOVIEvent_var&,HRESULT&)
Method called before a Check Access action is done .
o onBeforeCheckDataAccess(ENOVIEvent_var&,HRESULT&)
Method called before a Check Data Access action is done .
o onBeforeDeleteContext(ENOVIEvent_var&,HRESULT&)
Method called before a Delete Context action is done .
o onBeforeDeleteDataGroup(ENOVIEvent_var&,HRESULT&)
Method called before a Delete DataGroup action is done .
o onBeforeDeleteOrg(ENOVIEvent_var&,HRESULT&)
Method called before a Delete Org action is done .
o onBeforeDeletePerson(ENOVIEvent_var&,HRESULT&)
Method called before a Delete Person action is done .
o onBeforeDeletePrivilege(ENOVIEvent_var&,HRESULT&)
Method called before a Delete Privilege action is done .
o onBeforeDeleteProject(ENOVIEvent_var&,HRESULT&)
Method called before a Delete Project action is done .
o onBeforeDeleteRole(ENOVIEvent_var&,HRESULT&)
Method called before a Delete Role action is done .
o onBeforeNewPrivilege(ENOVIEvent_var&,HRESULT&)
Method called before a Create Privilege action was done.
o onBeforeUpdateContext(ENOVIEvent_var&,HRESULT&)
Method called before an Update Context action is done .
o onBeforeUpdateDataGroup(ENOVIEvent_var&,HRESULT&)
Method called before an Update DataGroup action is done .
o onBeforeUpdateOrg(ENOVIEvent_var&,HRESULT&)
Method called before an Update Org action is done .
o onBeforeUpdatePerson(ENOVIEvent_var&,HRESULT&)
Method called before an Update Person action is done .
o onBeforeUpdatePrivilege(ENOVIEvent_var&,HRESULT&)
Method called before an Update Privilege action is done .
o onBeforeUpdateProject(ENOVIEvent_var&,HRESULT&)
Method called before an Update Project action is done .
o onBeforeUpdateRole(ENOVIEvent_var&,HRESULT&)
Method called before an Update Role action is done .
o onCreateContext(ENOVIEvent_var&,HRESULT&)
Method called after a Create Context action was done.
o onCreateDataGroup(ENOVIEvent_var&,HRESULT&)
Method called after a Create DataGroup action was done.
o onCreateOrg(ENOVIEvent_var&,HRESULT&)
Method called after a Create Org action was done.
o onCreatePerson(ENOVIEvent_var&,HRESULT&)
Method called after a Create Person action was done.
o onCreatePrivilege(ENOVIEvent_var&,HRESULT&)
Method called after a Create Privilege action was done.
o onCreateProject(ENOVIEvent_var&,HRESULT&)
Method called after a Create Project action was done.
o onCreateRole(ENOVIEvent_var&,HRESULT&)
Method called after a Create Role action was done.
o onKo(ENOVIEvent_var&,HRESULT&)
CallBack method when something was wrong for another subscriber.
o onLogon(ENOVIEvent_var&,HRESULT&)
Method called after logon was done.
o onLogout(ENOVIEvent_var&,HRESULT&)
Method called after logout was done.

Methods


o onAfterCheckAccess
public virtual onAfterCheckAccess( const iRaisedEvent,
ioNotifyReturnCode)
Method called after a Check Access action was done.
Role: to call back clients which subscribed to CheckAccess event - step after -
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 onAfterCheckDataAccess
public virtual onAfterCheckDataAccess( const iRaisedEvent,
ioNotifyReturnCode)
Method called after a Check Data Access action was done.
Role: to call back clients which subscribed to CheckDataAccess event - step after -
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 onAfterDeleteContext
public virtual onAfterDeleteContext( const iRaisedEvent,
ioNotifyReturnCode)
Method called after a Delete Context action is done .
Role: to call back clients which subscribed to DeleteContext event - step after -
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 onAfterDeleteDataGroup
public virtual onAfterDeleteDataGroup( const iRaisedEvent,
ioNotifyReturnCode)
Method called after a Delete DataGroup action is done .
Role: to call back clients which subscribed to DeleteDataGroup event - step after -
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 onAfterDeleteOrg
public virtual onAfterDeleteOrg( const iRaisedEvent,
ioNotifyReturnCode)
Method called after a Delete Org action is done .
Role: to call back clients which subscribed to DeleteOrg event - step after -
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 onAfterDeletePerson
public virtual onAfterDeletePerson( const iRaisedEvent,
ioNotifyReturnCode)
Method called after a Delete Person action is done .
Role: to call back clients which subscribed to DeletePerson event - step after -
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 onAfterDeletePrivilege
public virtual onAfterDeletePrivilege( const iRaisedEvent,
ioNotifyReturnCode)
Method called after a Delete Privilege action is done .
Role: to call back clients which subscribed to DeletePrivilege event - step after -
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 onAfterDeleteProject
public virtual onAfterDeleteProject( const iRaisedEvent,
ioNotifyReturnCode)
Method called after a Delete Project action is done .
Role: to call back clients which subscribed to DeleteProject event - step after -
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 onAfterDeleteRole
public virtual onAfterDeleteRole( const iRaisedEvent,
ioNotifyReturnCode)
Method called after a Delete Role action is done .
Role: to call back clients which subscribed to DeleteRole event - step after -
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 onAfterUpdateContext
public virtual onAfterUpdateContext( const iRaisedEvent,
ioNotifyReturnCode)
Method called after an Update Context action was done.
Role: to call back clients which subscribed to UpdateContext event - step after -
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 onAfterUpdateDataGroup
public virtual onAfterUpdateDataGroup( const iRaisedEvent,
ioNotifyReturnCode)
Method called after an Update DataGroup action was done.
Role: to call back clients which subscribed to UpdateDataGroup event - step after -
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 onAfterUpdateOrg
public virtual onAfterUpdateOrg( const iRaisedEvent,
ioNotifyReturnCode)
Method called after an Update Org action was done.
Role: to call back clients which subscribed to UpdateOrg event - step after -
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 onAfterUpdatePerson
public virtual onAfterUpdatePerson( const iRaisedEvent,
ioNotifyReturnCode)
Method called after an Update Person action was done.
Role: to call back clients which subscribed to UpdatePerson event - step after -
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 onAfterUpdatePrivilege
public virtual onAfterUpdatePrivilege( const iRaisedEvent,
ioNotifyReturnCode)
Method called after an Update Privilege action was done.
Role: to call back clients which subscribed to UpdatePrivilege event - step after -
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 onAfterUpdateProject
public virtual onAfterUpdateProject( const iRaisedEvent,
ioNotifyReturnCode)
Method called after an Update Project action was done.
Role: to call back clients which subscribed to UpdateProject event - step after -
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 onAfterUpdateRole
public virtual onAfterUpdateRole( const iRaisedEvent,
ioNotifyReturnCode)
Method called after an Update Role action was done.
Role: to call back clients which subscribed to UpdateRole event - step after -
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 onBeforeCheckAccess
public virtual onBeforeCheckAccess( const iRaisedEvent,
ioNotifyReturnCode)
Method called before a Check Access action is done .
Role: to call back clients which subscribed to CheckAccess event - step before -
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 onBeforeCheckDataAccess
public virtual onBeforeCheckDataAccess( const iRaisedEvent,
ioNotifyReturnCode)
Method called before a Check Data Access action is done .
Role: to call back clients which subscribed to CheckDataAccess event - step before -
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 onBeforeDeleteContext
public virtual onBeforeDeleteContext( const iRaisedEvent,
ioNotifyReturnCode)
Method called before a Delete Context action is done .
Role: to call back clients which subscribed to DeleteContext event - step before -
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
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account only if the event on the object type was declared veto able.
S_OK if everything was right
See also:
ENOVIEvent
o onBeforeDeleteDataGroup
public virtual onBeforeDeleteDataGroup( const iRaisedEvent,
ioNotifyReturnCode)
Method called before a Delete DataGroup action is done .
Role: to call back clients which subscribed to DeleteDataGroup event - step before -
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
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account only if the event on the object type was declared veto able.
S_OK if everything was right
See also:
ENOVIEvent
o onBeforeDeleteOrg
public virtual onBeforeDeleteOrg( const iRaisedEvent,
ioNotifyReturnCode)
Method called before a Delete Org action is done .
Role: to call back clients which subscribed to DeleteOrg event - step before -
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
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account only if the event on the object type was declared veto able.
S_OK if everything was right
See also:
ENOVIEvent
o onBeforeDeletePerson
public virtual onBeforeDeletePerson( const iRaisedEvent,
ioNotifyReturnCode)
Method called before a Delete Person action is done .
Role: to call back clients which subscribed to DeletePerson event - step before -
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
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account only if the event on the object type was declared veto able.
S_OK if everything was right
See also:
ENOVIEvent
o onBeforeDeletePrivilege
public virtual onBeforeDeletePrivilege( const iRaisedEvent,
ioNotifyReturnCode)
Method called before a Delete Privilege action is done .
Role: to call back clients which subscribed to DeletePrivilege event - step before -
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
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account only if the event on the object type was declared veto able.
S_OK if everything was right
See also:
ENOVIEvent
o onBeforeDeleteProject
public virtual onBeforeDeleteProject( const iRaisedEvent,
ioNotifyReturnCode)
Method called before a Delete Project action is done .
Role: to call back clients which subscribed to DeleteProject event - step before -
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
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account only if the event on the object type was declared veto able.
S_OK if everything was right
See also:
ENOVIEvent
o onBeforeDeleteRole
public virtual onBeforeDeleteRole( const iRaisedEvent,
ioNotifyReturnCode)
Method called before a Delete Role action is done .
Role: to call back clients which subscribed to DeleteRole event - step before -
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
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account only if the event on the object type was declared veto able.
S_OK if everything was right
See also:
ENOVIEvent
o onBeforeNewPrivilege
public virtual onBeforeNewPrivilege( const iRaisedEvent,
ioNotifyReturnCode)
Method called before a Create Privilege action was done.
Role: to call back clients which subscribed to NewPrivilege event - step before -
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
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account only if the event on the object type was declared veto able.
S_OK if everything was right
See also:
ENOVIEvent
o onBeforeUpdateContext
public virtual onBeforeUpdateContext( const iRaisedEvent,
ioNotifyReturnCode)
Method called before an Update Context action is done .
Role: to call back clients which subscribed to UpdateContext event - step before -
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
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account only if the event on the object type was declared veto able.
S_OK if everything was right
See also:
ENOVIEvent
o onBeforeUpdateDataGroup
public virtual onBeforeUpdateDataGroup( const iRaisedEvent,
ioNotifyReturnCode)
Method called before an Update DataGroup action is done .
Role: to call back clients which subscribed to UpdateDataGroup event - step before -
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
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account only if the event on the object type was declared veto able. S_OK if everything was right
See also:
ENOVIEvent
o onBeforeUpdateOrg
public virtual onBeforeUpdateOrg( const iRaisedEvent,
ioNotifyReturnCode)
Method called before an Update Org action is done .
Role: to call back clients which subscribed to UpdateOrg event - step before -
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
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account only if the event on the object type was declared veto able.
S_OK if everything was right
See also:
ENOVIEvent
o onBeforeUpdatePerson
public virtual onBeforeUpdatePerson( const iRaisedEvent,
ioNotifyReturnCode)
Method called before an Update Person action is done .
Role: to call back clients which subscribed to UpdatePerson event - step before -
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
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account only if the event on the object type was declared veto able.
S_OK if everything was right
See also:
ENOVIEvent
o onBeforeUpdatePrivilege
public virtual onBeforeUpdatePrivilege( const iRaisedEvent,
ioNotifyReturnCode)
Method called before an Update Privilege action is done .
Role: to call back clients which subscribed to UpdatePrivilege event - step before -
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
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account only if the event on the object type was declared veto able.
S_OK if everything was right
See also:
ENOVIEvent
o onBeforeUpdateProject
public virtual onBeforeUpdateProject( const iRaisedEvent,
ioNotifyReturnCode)
Method called before an Update Project action is done .
Role: to call back clients which subscribed to UpdateProject event - step before -
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
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account only if the event on the object type was declared veto able.
S_OK if everything was right
See also:
ENOVIEvent
o onBeforeUpdateRole
public virtual onBeforeUpdateRole( const iRaisedEvent,
ioNotifyReturnCode)
Method called before an Update Role action is done .
Role: to call back clients which subscribed to UpdateRole event - step before -
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
E_ACCESSDENIED if the subscriber wants to put a veto . This code will be taken into account only if the event on the object type was declared veto able.
S_OK if everything was right
See also:
ENOVIEvent
o onCreateContext
public virtual onCreateContext( const iRaisedEvent,
ioNotifyReturnCode)
Method called after a Create Context action was done.
Role: to call back clients which subscribed to CreateContext event - standard mode -
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 onCreateDataGroup
public virtual onCreateDataGroup( const iRaisedEvent,
ioNotifyReturnCode)
Method called after a Create DataGroup action was done.
Role: to call back clients which subscribed to CreateDataGroup event - standard mode -
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 onCreateOrg
public virtual onCreateOrg( const iRaisedEvent,
ioNotifyReturnCode)
Method called after a Create Org action was done.
Role: to call back clients which subscribed to CreateOrg event - standard mode -
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 onCreatePerson
public virtual onCreatePerson( const iRaisedEvent,
ioNotifyReturnCode)
Method called after a Create Person action was done.
Role: to call back clients which subscribed to CreatePerson event - standard mode -
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 onCreatePrivilege
public virtual onCreatePrivilege( const iRaisedEvent,
ioNotifyReturnCode)
Method called after a Create Privilege action was done.
Role: to call back clients which subscribed to CreatePrivilege event - standard mode -
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 onCreateProject
public virtual onCreateProject( const iRaisedEvent,
ioNotifyReturnCode)
Method called after a Create Project action was done.
Role: to call back clients which subscribed to CreateProject event - standard mode -
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 onCreateRole
public virtual onCreateRole( const iRaisedEvent,
ioNotifyReturnCode)
Method called after a Create Role action was done.
Role: to call back clients which subscribed to CreateRole event - standard mode -
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 onKo( const iRaisedEvent,
ioNotifyReturnCode)
CallBack method when something was wrong for another subscriber.
Role: this method is called by the event manager when a next subscriber returns a failure code from it's callback method. In that case, all the previous subscribers are called on their onKo() method.
Parameters:
iEvent
the instance of event which is currently raised
ioNotifyReturnCode
the status of the onKo callback action
See also:
ENOVIEvent
o onLogon
public virtual onLogon( const iRaisedEvent,
ioNotifyReturnCode)
Method called after logon was done.
Role: to call back clients which subscribed to Logon event - standard mode -
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 onLogout
public virtual onLogout( const iRaisedEvent,
ioNotifyReturnCode)
Method called after logout was done.
Role: to call back clients which subscribed to Logout event - standard mode -
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: ENOVIPosEvent.h
If needed, your Imakefile.mk should include the module: GUIDVPMPosManager

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