Motorola Mobility Confidential Restricted.
ToiResourceResourcesRemovedEvent Interface Reference

Description

Tells the observer that a set of available resources is removed. Once added to resource manager, resources of type ToiResourceService::RESOURCE_TYPE_DYNAMIC_POOL and ToiResourceService::RESOURCE_TYPE_ENUMERABLE will never get removed, so this event is not applicable for the resources of type ToiResourceService::RESOURCE_TYPE_ENUMERABLE and ToiResourceService::RESOURCE_TYPE_DYNAMIC_POOL. This notification will be received by the observers only for the resources of type ToiResourceService::RESOURCE_TYPE_DYNAMIC_ALLOCATION, when these resources are destroyed and in turn removed from the list of resources manintained by resource manager.

Parameters:
resourcesSequence of resource information.

import "ToiResourceResourcesRemovedEvent.idl";

Inheritance diagram for ToiResourceResourcesRemovedEvent:
ToiEvent

List of all members.

Public Attributes

readonly attribute
ToiResourceService::TToiResourceInfoSequence 
resources