MPluginNotifier Class Reference

API published in: S60 2nd Ed FP 2

Capability Information

Required Capabilities

DRM LocalServices NetworkControl NetworkServices ReadDeviceData ReadUserData SwEvent UserEnvironment WriteDeviceData WriteUserData

Exceptions


#include <pluginadapterinterface.h>

Detailed Description

Contains notification ability for plug-ins.

These methods are implemented in the plugin.


Public Types

enum   TNotificationType {
  EEditCut, EEditCopy, EEditPaste, EEditDelete,
  EApplicationFocusChanged, ESystemNotification, EPluginInvisible, EPluginActivated,
  EPluginDeactivated
}

Public Member Functions

virtual TInt  NotifyL (TNotificationType aCallType, TAny *aParam)=0
  Notifies the plugin of an event.

Member Enumeration Documentation

enum MPluginNotifier::TNotificationType
 
Enumerator:
EEditCut 
EEditCopy 
EEditPaste 
EEditDelete 
EApplicationFocusChanged 
ESystemNotification 
EPluginInvisible 
EPluginActivated 
EPluginDeactivated 

Member Function Documentation

virtual TInt MPluginNotifier::NotifyL TNotificationType  aCallType,
TAny *  aParam
[pure virtual]
 

Notifies the plugin of an event.

Parameters:
aCallType  The event type that is passed to the plug-in
aParam  The parameter associated with the event
Returns:
Not used

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top