com.esri.arcgis.trackinganalyst
Interface _IGatewayStatisticsEvent
- All Superinterfaces:
- EventListener, Serializable
- All Known Implementing Classes:
- _IGatewayStatisticsEventAdapter
public interface _IGatewayStatisticsEvent
- extends EventListener, Serializable
Provides access to events that occur when a GatewayStatistics response is received.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
onGatewayStatistics
void onGatewayStatistics(_IGatewayStatisticsEventOnGatewayStatisticsEvent theEvent)
throws IOException,
AutomationException
- Fired when a GatewayStatistics response is received.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.