com.esri.arcgis.trackinganalyst
Class _IGatewayStatisticsEventAdapter

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

public class _IGatewayStatisticsEventAdapter
extends java.lang.Object
implements _IGatewayStatisticsEvent

Adapter for COM Event Interface 'com.esri.arcgis.trackinganalyst._IGatewayStatisticsEvent'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.trackinganalyst._IGatewayStatisticsEvent
DISPID_1_NAME, IID, IIDba961e74_eb45_4a1e_8d5a_ce00357ac209, xxDummy
 
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 java.io.IOException,
                                AutomationException
Fired when a GatewayStatistics response is received.

Specified by:
onGatewayStatistics in interface _IGatewayStatisticsEvent
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.