Motorola Mobility Confidential Restricted.
ToiOperationOperationResultEvent Interface Reference

Description

This event is sent when a operation result is notified. The type of result is indicated by the result argument and need to be retrieved from the service that executes the operation. An operation may provide multiple result notifications during its execution time, not only one callback when the operation is completed (or failed). This is up to the implementation of each asynchronous operation.

Parameters:
operationDetailed operation information.
resultWhat type of result data that is available (if any).

import "ToiOperationOperationResultEvent.idl";

Inheritance diagram for ToiOperationOperationResultEvent:
ToiEvent

List of all members.

Public Attributes

readonly attribute
ToiOperationManagerOperationInfo 
operation
readonly attribute
ToiOperationManager::TToiOperationResult 
result