MHnEventGenerator Class Reference

class MHnEventGenerator

Hierarchy navigator event generator.

This class is an interface for event triggering in hierarchy navigator. Events being triggered may be e.g. SuiteLoaded, ItemFocus, etc. It also mediates in events being passed from the UI.

hnengine
Since
S60 5.0
Public Member Functions
TInt TriggerHnEventL(const TInt, const TInt, CLiwGenericParamList *)

Member Functions Documentation

TriggerHnEventL(const TInt, const TInt, CLiwGenericParamList *)

TInt TriggerHnEventL(const TIntaHnEventId,
const TIntaRecipientId,
CLiwGenericParamList *aEventParameters = NULL
)[pure virtual]

Method is invoked whenever any component wants to trigger an event inside hierarchy navigator.

Since
S60 5.0

Parameters

const TInt aHnEventIdEvent type id to trigger.
const TInt aRecipientIdThe id of the recipient item which the event concerns.
CLiwGenericParamList * aEventParameters = NULLEvent specific parameters used to perform action.