This document is archived and information here might be outdated.  Recommended version.


ITxConnectorEvents Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxConnectorEvents Interface
ArcGIS Developer Help

ITxConnectorEvents Interface

Provides access to methods that provide notification about tracking connection events.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Members

Name Description
Method OnConnectorConnect Notification that the Connect method has been called.
Method OnConnectorDisconnect Notification that the Disconnect method has been called.
Method OnConnectorMessage Notification that a Request has been issued to send a Message provided in the Argument.
Method OnConnectorProperties Requests that the Connector Properties are to be set or retrieved depending on whether SetProperties argument is true or false.
Method OnDisableMessages Notification that a change has been made to dis-allow a message definition. Essentially this lets the parent object know that the data filtering has changed.
Method OnEnableMessages Notification that a change has been made to allow a new message definition. Essentially this lets the parent object know that the data filtering has changed.

Classes that implement ITxConnectorEvents

Classes Description
TxGPSConnector (esriTrackingAnalystUI) An object used to establish the connection between a temporal feature class and a locally connected GPS device.