MStartupStateObserver Class Reference

class MStartupStateObserver

The abstract interface used as a base for all classes that wish to be notified of system startup state changes in ECOM.

Public Member Functions
void ProcessSSAEventL ( TStartupStateIdentifier )

Member Functions Documentation

ProcessSSAEventL(TStartupStateIdentifier)

void ProcessSSAEventL ( TStartupStateIdentifier aKnownState ) [pure virtual]

the method used to process the SSA(Startup State Aware) event for the MStartupStateObserver object.

Parameters

TStartupStateIdentifier aKnownState the TDmDomainState passes into the MStartupStateObserver object.