ExternalEventManager Class TIBCO Spotfire 6.0 API Reference
A manager for external event handlers.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel ExternalEventManager

Namespace: Spotfire.Dxp.Framework.DocumentModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public sealed class ExternalEventManager : IComponent, 
	IDisposable, ISharedComponent
Remarks

Create an instance of this class to listen to external events from the document. Dispose the instance when external events from the document are no longer of interest.

When one or more of the document nodes that are listened to with an ExternalEventManager are removed from the document, the ExternalEventManager instance must be disposed. This is required by the document model framework in order to avoid memory leaks.

See Also