Custom Platform Support Development Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Namespaces | Variables
IFCMNotificationService.h File Reference

This file contains interface for IFCMNotificationService. The IFCMNotificationService interface is supported by any FCM Application that wants to provide system wide notification hooks to plugins. These notifications are mainly provided by the application, but can also be provided by specific plugins. This Interface can be obtained by GetService of the main Application callback Interface. More...

#include "FCMPreConfig.h"
#include "FCMTypes.h"
#include "IFCMUnknown.h"
#include "IFCMNotificationClient.h"
#include "FCMPostConfig.h"

Go to the source code of this file.

Classes

class  FCM::IFCMNotificationService
 Defines the interface that represents a notification service. More...
 

Namespaces

 FCM
 The definitions contained in this namespace define a framework called Flash Component Model (FCM), which is responsible for plug-in management. The FCM framework manages loading, unloading and registration of the plugin. It also manages service instantiation, object instantiation and object lifetime management.
 

Variables

FCM::ConstFCMIID FCM::FCMIID_IFCMNotificationService
 Defines the universally-unique interface ID for IFCMNotificationService. More...
 

Detailed Description

This file contains interface for IFCMNotificationService. The IFCMNotificationService interface is supported by any FCM Application that wants to provide system wide notification hooks to plugins. These notifications are mainly provided by the application, but can also be provided by specific plugins. This Interface can be obtained by GetService of the main Application callback Interface.