com.esri.arcgis.gisclient
Class IWMSClientEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.gisclient.IWMSClientEventsAdapter
All Implemented Interfaces:
IWMSClientEvents, java.io.Serializable, java.util.EventListener

public class IWMSClientEventsAdapter
extends java.lang.Object
implements IWMSClientEvents

Adapter for COM Event Interface 'com.esri.arcgis.gisclient.IWMSClientEvents'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGISClient.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.gisclient.IWMSClientEvents
IID, IID4ee28878_3a87_40e5_b25d_6fcc4d683e8c, xxDummy
 
Constructor Summary
IWMSClientEventsAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IWMSClientEventsAdapter

public IWMSClientEventsAdapter()
Method Detail

wMSRequest

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

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

wMSException

public 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.

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