com.esri.arcgis.trackinganalyst
Interface _IGatewayStatisticsEvent

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
_IGatewayStatisticsEventAdapter, _IGatewayStatisticsEventProxy

public interface _IGatewayStatisticsEvent
extends java.util.EventListener, java.io.Serializable

COM Interface '_IGatewayStatisticsEvent'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to events that occur when a GatewayStatistics response is received.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String DISPID_1_NAME
           
static java.lang.String IID
          Deprecated. Internal use only
static int IIDba961e74_eb45_4a1e_8d5a_ce00357ac209
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void onGatewayStatistics(_IGatewayStatisticsEventOnGatewayStatisticsEvent theEvent)
          Fired when a GatewayStatistics response is received.
 

Field Detail

IIDba961e74_eb45_4a1e_8d5a_ce00357ac209

static final int IIDba961e74_eb45_4a1e_8d5a_ce00357ac209
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values

DISPID_1_NAME

static final java.lang.String DISPID_1_NAME
See Also:
Constant Field Values
Method Detail

onGatewayStatistics

void onGatewayStatistics(_IGatewayStatisticsEventOnGatewayStatisticsEvent theEvent)
                         throws java.io.IOException,
                                AutomationException
Fired when a GatewayStatistics response is received.

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.