![]() | InDesign SDK 20.5 |
#include <LibraryObserverMsg.h>
Public Types | |
| enum | MessageType { kMsg_OpenLibrary = 0, kMsg_CloseLibrary, kMsg_LibraryAlreadyOpen } |
Public Attributes | |
| MessageType | fMsgType |
| ILibrary * | fLibrary |
This class is used by the Library to specify to the Library Observers when libraries are opened and closed.
Messages used to indicate library access operations.
| ILibrary* LibraryObserverMsg::fLibrary |
What library it's happening to
| MessageType LibraryObserverMsg::fMsgType |
What is happening