IToiAssetManagerObserver Interface Reference
Description
The IToiAssetManagerObserver interface is implemented by applications and used to receive asynchronous notifications about changes in the asset manager service.
- Note:
- Services or applications may choose to inherit the adapter class TToiAssetManagerObserverAdapter, which provides a default empty implementation of IToiAssetManagerObserver.
import "IToiAssetManagerObserver.idl";
List of all members.
Member Function Documentation
This method is invoked when one or more assets have been added to the asset service.
- Parameters:
-
| assetIds | The asset identifiers. |
This method is invoked when the properties for one or more assets have changed.
- Parameters:
-
| assetIds | The asset identifiers. |
This method is invoked when one or more assets have been removed from the asset service.
- Parameters:
-
| assetIds | The asset identifiers. |
This method is invoked when one or more virtual directories has been added to the asset service.
- Parameters:
-
| dirIds | The virtual directory identifiers. |
This method is invoked when the contents or properties of one or more virtual directories have changed.
- Parameters:
-
| dirIds | The virtual directory identifiers. |
This method is invoked when one or more virtual directories has been removed from the asset service.
- Parameters:
-
| dirIds | The virtual directory identifiers. |