Custom Platform Support Development Kit  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IFCMNotificationClient.h File Reference

This file contains interface for IFCMNotificationClient. The IFCMNotificationClient interface must be supported by any plugin that wishes to receive notification of specific certain event by either the host app, or by other plugins that want to generate system-wide events. A Plugin wanting notification will obtain an IMoaNotificationClient Interface to itself and an IFCMNotificationService interface from the main callback object of the application. It then registers the client interface with the callback interface. More...

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

Go to the source code of this file.

Classes

class  FCM::IFCMNotificationClient
 Defines the interface that represents the notification client. 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 plug-in. It also manages service instantiation, object instantiation and object lifetime management.
 

Variables

FCM::ConstFCMIID FCM::FCMIID_IFCMNotificationClient
 Defines the universally-unique interface ID for IFCMNotificationClient. More...
 

Detailed Description

This file contains interface for IFCMNotificationClient. The IFCMNotificationClient interface must be supported by any plugin that wishes to receive notification of specific certain event by either the host app, or by other plugins that want to generate system-wide events. A Plugin wanting notification will obtain an IMoaNotificationClient Interface to itself and an IFCMNotificationService interface from the main callback object of the application. It then registers the client interface with the callback interface.