Class |
Description |
---|
AcPublishAggregationInfo |
This class is the context information supplied by the OnBeginAggregation notifier of AcPublishReactor. You do not need to construct this class. This object is handed to the OnBeginAggregation method. |
AcPublishBeforeJobInfo |
This class is the context information supplied by the OnAboutToBeginBackgroundPublishing notifier of AcPublishReactor. You do not need to construct this class. This object is handed to the OnAboutToBeginBackgroundPublishing method. |
AcPublishBeginJobInfo |
This class is the context information supplied by the OnAboutToBeginPublishing notifier of AcPublishReactor. You do not need to construct this class. This object is handed to the OnAboutToBeginPublishing method. |
AcPublishReactor |
Clients who want notifications of key publish events can derive from this class and implement their own reactors. |
AcPublishReactorInfo |
This class is the context information supplied by the OnAboutToEndPublishing, OnAboutToMoveFile, and OnEndPublish notifiers of AcPublishRector. Clients do not need to construct this class. This object is handed to the OnAboutToEndPublishing, OnAboutToMoveFile, and OnEndPublish methods. |
AcPublishSheetInfo |
This class is the context information supplied by the OnBeginPublishingSheet notifier of AcPublishReactor. You do not need to construct this class. This object is handed to the OnBeginPublishingSheet method. |
AcPublishUIReactor |
This class provides notification for AcPublish options UI events. |
AcPublishUIReactorInfo |
This class is the context information supplied by the OnInitPublishOptionsDialog notifier of AcPublishUIReactor. Clients do not need to construct this class. This object is handed to the OnInitPublishOptionsDialog method. |