com.esri.arcgis.trackinganalyst
Class _IGatewayStatisticsEventAdapter

java.lang.Object
  extended by com.esri.arcgis.trackinganalyst._IGatewayStatisticsEventAdapter
All Implemented Interfaces:
_IGatewayStatisticsEvent, Serializable, EventListener

public class _IGatewayStatisticsEventAdapter
extends Object
implements _IGatewayStatisticsEvent

See Also:
Serialized Form

Constructor Summary
_IGatewayStatisticsEventAdapter()
           
 
Method Summary
 void onGatewayStatistics(_IGatewayStatisticsEventOnGatewayStatisticsEvent theEvent)
          Fired when a GatewayStatistics response is received.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_IGatewayStatisticsEventAdapter

public _IGatewayStatisticsEventAdapter()
Method Detail

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.