|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.gisclient.IWMSClientEventsAdapter
public class IWMSClientEventsAdapter
Adapter for COM Event Interface 'com.esri.arcgis.gisclient.IWMSClientEvents'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGISClient.olb'
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 |
---|
public IWMSClientEventsAdapter()
Method Detail |
---|
public void wMSRequest(IWMSClientEventsWMSRequestEvent theEvent) throws java.io.IOException, AutomationException
wMSRequest
in interface IWMSClientEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void wMSException(IWMSClientEventsWMSExceptionEvent theEvent) throws java.io.IOException, AutomationException
wMSException
in interface IWMSClientEvents
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |