IAnalysisApplicationControllerCallback Methods

Spotfire 14.3 API Reference

The IAnalysisApplicationControllerCallback type exposes the following members.

Methods

  NameDescription
Public methodExited
Called when the analysis application is exiting at the end of the exit phase. The receiver of this callback shall release resources associated with the COM automation session.
Public methodLoadViews
Called when COM-visible views can be loaded into the application. Each view must derive from AnalysisApplicationComView and have a public constructor that takes the AnalysisApplication as an argument.
Public methodStarted
Called when the analysis application has started.
Top
See Also

Reference