InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
kDocWchResponderServiceBoss Class Reference

#include <SdkObjModel.h>

Inheritance diagram for kDocWchResponderServiceBoss:

Public Member Functions

IK2ServiceProvider IID_IK2SERVICEPROVIDER
 
IResponder IID_IRESPONDER
 

Detailed Description

 This boss provides the service of responding to document file actions.

It has two interfaces: one that tells InDesign what kind of service is provided, and a second to provide the service.

Member Function Documentation

IK2ServiceProvider kDocWchResponderServiceBoss::IID_IK2SERVICEPROVIDER
     Identifies this boss as providing a responder service for 

multiple document actions, such as for doc open, close, etc. If only one service was needed, then we'd reuse an API-defined implementation ID listed in DocumentID.h.

    Implementation: kDocWchServiceProviderImpl.
IResponder kDocWchResponderServiceBoss::IID_IRESPONDER
     Performs the responder service. This implementation delivers

every service promised by the IK2ServiceProvider implementation.

    Implementation: kDocWchResponderImpl.