DELLiveInfraU5Itf DELLiveInfraRefreshNotif
Usage: you must use this class as is. You should never derive it.
public class DELLiveInfraRefreshNotif
Notification used to refresh immersive browsers content in Live Simulation.
Role: This notification is used to inform browser agents that the content
of the immersive browser tabs needs to be refreshed (after an undo/redo event or
an user-requested browser refresh).
Constructor and Destructor Index
- o
DELLiveInfraRefreshNotif(CATBaseUnknown_var,unsigned int)
- Constructs a DELLiveInfraRefreshNotif object.
- o
~DELLiveInfraRefreshNotif()
-
Method Index
- o
GetRoot()
- Method used to retrieve the root object that was passed into the constructor.
- o
GetTransactionID()
- Method used to retrieve the transaction ID that was passed into the constructor.
Constructor and Destructor
o DELLiveInfraRefreshNotif
public DELLiveInfraRefreshNotif( | | ispBURoot, |
| | iTransactionID) |
-
Constructs a DELLiveInfraRefreshNotif object.
- Parameters:
-
- ispBURoot
- [in] CATBaseUnknown_var. Represents the root object that the notification was dispatched on.
- iTransactionID
- [in] unsigned int. Represents the transaction ID of the Undo/Redo event that triggered
the notification. Will be 0 when the notification is dispatched during an
user-requested browser refresh.
o ~DELLiveInfraRefreshNotif
public virtual ~DELLiveInfraRefreshNotif( | ) |
-
Methods
o GetRoot
-
Method used to retrieve the root object that was passed into the constructor.
- Returns:
- CATBaseUnknown_var. The object that the notification was dispatched on.
o GetTransactionID
public GetTransactionID( | ) |
-
Method used to retrieve the transaction ID that was passed into the constructor.
- Returns:
- unsigned int. The transaction ID.
This object is included in the file: DELLiveInfraRefreshNotif.h
If needed, your Imakefile.mk should include the module: DELLiveInfraU5Itf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.