ToiApplicationStateChangedEvent Interface Reference


Description

Method called by the Application Service to inform about application state changes.

Parameters:
states The new states for the applications that have changed. Each application that has undergone a state change as part of this atomic event has one entry in the vector.
See also:
ToiApplicationService::TToiApplicationInfo

import "ToiApplicationStateChangedEvent.idl";

List of all members.

Public Attributes

readonly attribute
ToiApplicationService::TToiApplicationInfoSequence 
states
readonly attribute long evtType
readonly attribute ToiEventTarget evtTarget
readonly attribute unsigned
long long 
evtTimeStamp

Member Data Documentation

readonly attribute ToiEventTarget ToiEvent::evtTarget [inherited]

The event target that generated the event.

readonly attribute unsigned long long ToiEvent::evtTimeStamp [inherited]

The time stamp that the event is generated.

readonly attribute long ToiEvent::evtType [inherited]

The type of the event.