com.esri.arcgis.trackinganalyst
Class _IGatewayStatisticsEventAdapter
java.lang.Object
com.esri.arcgis.trackinganalyst._IGatewayStatisticsEventAdapter
- All Implemented Interfaces:
- _IGatewayStatisticsEvent, Serializable, EventListener
public class _IGatewayStatisticsEventAdapter
- extends Object
- implements _IGatewayStatisticsEvent
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_IGatewayStatisticsEventAdapter
public _IGatewayStatisticsEventAdapter()
onGatewayStatistics
public 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.
- Specified by:
onGatewayStatistics
in interface _IGatewayStatisticsEvent
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.