Motorola Mobility Confidential Restricted.
ToiResourceResourcesAddedEvent Interface Reference

Description

Tells the observer that a set of available resources is added. Considering that generally resources of type ToiResourceService::RESOURCE_TYPE_DYNAMIC_POOL and ToiResourceService::RESOURCE_TYPE_ENUMERABLE are added to the list of resources maintained by resource manager during the box bootup, before any observer is registered to get the event notifications from resource manager, OnResourcesAdded event notification may not be received for the resources of type ToiResourceService::RESOURCE_TYPE_DYNAMIC_POOL and ToiResourceService::RESOURCE_TYPE_ENUMERABLE. Resources of type ToiResourceService::RESOURCE_TYPE_DYNAMIC_ALLOCATION are instantiated and added to resource manager much later so observers will get notification of this event only for the resources ToiResourceService::RESOURCE_TYPE_DYNAMIC_ALLOCATION.

Parameters:
resourcesSequence of resource information.

import "ToiResourceResourcesAddedEvent.idl";

Inheritance diagram for ToiResourceResourcesAddedEvent:
ToiEvent

List of all members.

Public Attributes

readonly attribute
ToiResourceService::TToiResourceInfoSequence 
resources