Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <remcongroupnavigationtargetobserver.h>
This item is not part of the S60 5th Edition SDK

Class MRemConGroupNavigationTargetObserver

class MRemConGroupNavigationTargetObserver;

Description

Clients must implement this interface in order to instantiate objects of type CRemConGroupNavigation. This interface passes incoming commands from RemCon to the client.

Members

Defined in MRemConGroupNavigationTargetObserver:


Member functions


MrcgntoNextGroup(TRemConCoreApiButtonAction)

virtual void MrcgntoNextGroup(TRemConCoreApiButtonAction aButtonAct)=0;

Description

A 'Next Group' has been received.

Parameters

TRemConCoreApiButtonAction aButtonAct

The button action associated with the command.

See also:


MrcgntoPreviousGroup(TRemConCoreApiButtonAction)

virtual void MrcgntoPreviousGroup(TRemConCoreApiButtonAction aButtonAct)=0;

Description

A 'Previous Group' has been received.

Parameters

TRemConCoreApiButtonAction aButtonAct

The button action associated with the command.

See also: