ArcObjects Library Reference (TrackingAnalyst)  

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

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.

CoClasses that implement ITxConnectorEvents

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