com.esri.arcgis.gisclient
Interface IWMSClientEvents

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
IWMSClientEventsAdapter, IWMSClientEventsProxy

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

COM Interface 'IWMSClientEvents'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGISClient.olb'

Description: 'Provides access to events that occur when a URL request is made to the WMS server.' 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 IID
          Deprecated. Internal use only
static int IID4ee28878_3a87_40e5_b25d_6fcc4d683e8c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void wMSException(IWMSClientEventsWMSExceptionEvent theEvent)
          Fired when the an URL request is made to WMS server and the server fails with a valid exception.
 void wMSRequest(IWMSClientEventsWMSRequestEvent theEvent)
          Fired when the an URL request is made to WMS server.
 

Field Detail

IID4ee28878_3a87_40e5_b25d_6fcc4d683e8c

static final int IID4ee28878_3a87_40e5_b25d_6fcc4d683e8c
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
Method Detail

wMSRequest

void wMSRequest(IWMSClientEventsWMSRequestEvent theEvent)
                throws java.io.IOException,
                       AutomationException
Fired when the an URL request is made to WMS server.

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

wMSException

void wMSException(IWMSClientEventsWMSExceptionEvent theEvent)
                  throws java.io.IOException,
                         AutomationException
Fired when the an URL request is made to WMS server and the server fails with a valid exception.

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