All Frameworks  Class Hierarchy  This Framework  Indexes   

ENOVInterfaces Interface ENOVIFLDEvents

Usage: you can freely reimplement this interface.


interface ENOVIFLDEvents

Interface to events raised in Folders.

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


Method Index


o onAfterAttachObject(ENOVIEvent_var&,HRESULT&)
Method called when the event AttachObject is emitted at step AFTER.
o onAfterDetachObject(ENOVIEvent_var&,HRESULT&)
Method called when the event DetachObject is emitted at step AFTER.
o onAfterModifyAttributes(ENOVIEvent_var&,HRESULT&)
Method called when the event ModifyAttributes is emitted at step AFTER.
o onAttachObjectFailed(ENOVIEvent_var&,HRESULT&)
Method called when the event AttachObjectFailed is emitted.
o onBeforeAttachObject(ENOVIEvent_var&,HRESULT&)
Method called when the event AttachObject is emitted at step BEFORE.
o onBeforeDetachObject(ENOVIEvent_var&,HRESULT&)
Method called when the event DetachObject is emitted at step BEFORE.
o onBeforeModifyAttributes(ENOVIEvent_var&,HRESULT&)
Method called when the event ModifyAttributes is emitted at step BEFORE.
o onCreateFolder(ENOVIEvent_var&,HRESULT&)
Method called when the event CreateFolder is emitted.
o onDeleteFolderFailed(ENOVIEvent_var&,HRESULT&)
Method called when the event DeleteFolderFailed is emitted.
o onDeleteFolder(ENOVIEvent_var&,HRESULT&)
Method called when the event DeleteFolder is emitted.
o onDetachObjectFailed(ENOVIEvent_var&,HRESULT&)
Method called when the event DetachObjectFailed is emitted.
o onKo(ENOVIEvent_var&,HRESULT&)
Method called when the event onKo is emitted at step BEFORE.
o onModifyAttributesFailed(ENOVIEvent_var&,HRESULT&)
Method called when the event ModifyAttributesFailed is emitted.

Methods


o onAfterAttachObject
public virtual onAfterAttachObject( const iRaisedEvent,
ioNotifyReturnCode)
Method called when the event AttachObject is emitted at step AFTER.
Role: to call back clients which subscribed to ModifyAttributes - step after - on the folder. 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 onAfterDetachObject
public virtual onAfterDetachObject( const iRaisedEvent,
ioNotifyReturnCode)
Method called when the event DetachObject is emitted at step AFTER.
Role: to call back clients which subscribed to ModifyAttributes - step after - on the folder. 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 onAfterModifyAttributes
public virtual onAfterModifyAttributes( const iRaisedEvent,
ioNotifyReturnCode)
Method called when the event ModifyAttributes is emitted at step AFTER.
Role: to call back clients which subscribed to ModifyAttributes - step after - on the folder. 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 onAttachObjectFailed
public virtual onAttachObjectFailed( const iRaisedEvent,
ioNotifyReturnCode)
Method called when the event AttachObjectFailed is emitted.
Role: to call back clients which subscribed to AttachObjectFailed on the folder. 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 onBeforeAttachObject
public virtual onBeforeAttachObject( const iRaisedEvent,
ioNotifyReturnCode)
Method called when the event AttachObject is emitted at step BEFORE.
Role: to call back clients which subscribed to ModifyAttributes - step before - on the folder. 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 onBeforeDetachObject
public virtual onBeforeDetachObject( const iRaisedEvent,
ioNotifyReturnCode)
Method called when the event DetachObject is emitted at step BEFORE.
Role: to call back clients which subscribed to ModifyAttributes - step before - on the folder. 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 onBeforeModifyAttributes
public virtual onBeforeModifyAttributes( const iRaisedEvent,
ioNotifyReturnCode)
Method called when the event ModifyAttributes is emitted at step BEFORE.
Role: to call back clients which subscribed to ModifyAttributes - step before - on the folder. 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 onCreateFolder
public virtual onCreateFolder( const iRaisedEvent,
ioNotifyReturnCode)
Method called when the event CreateFolder is emitted.
Role: to call back clients which subscribed to CreateFolder on the folder. 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 onDeleteFolderFailed
public virtual onDeleteFolderFailed( const iRaisedEvent,
ioNotifyReturnCode)
Method called when the event DeleteFolderFailed is emitted.
Role: to call back clients which subscribed to DeleteFolderFailed on the folder. 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 onDeleteFolder
public virtual onDeleteFolder( const iRaisedEvent,
ioNotifyReturnCode)
Method called when the event DeleteFolder is emitted.
Role: to call back clients which subscribed to DeleteFolder on the folder. 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 onDetachObjectFailed
public virtual onDetachObjectFailed( const iRaisedEvent,
ioNotifyReturnCode)
Method called when the event DetachObjectFailed is emitted.
Role: to call back clients which subscribed to DetachObjectFailed on the folder. 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 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 :
E_FAIL if there was a problem
S_OK if everything was right
See also:
ENOVIEvent
o onModifyAttributesFailed
public virtual onModifyAttributesFailed( const iRaisedEvent,
ioNotifyReturnCode)
Method called when the event ModifyAttributesFailed is emitted.
Role: to call back clients which subscribed to ModifyAttributesFailed on the folder. 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: ENOVIFLDEvents.h
If needed, your Imakefile.mk should include the module: GUIDENOVInterfaces

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