com.esri.arcgis.datasourcesraster
Class IRasterStatusEvent2Adapter
java.lang.Object
com.esri.arcgis.datasourcesraster.IRasterStatusEvent2Adapter
- All Implemented Interfaces:
- IRasterStatusEvent2, Serializable, EventListener
public class IRasterStatusEvent2Adapter
- extends Object
- implements IRasterStatusEvent2
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IRasterStatusEvent2Adapter
public IRasterStatusEvent2Adapter()
title
public void title(IRasterStatusEvent2TitleEvent theEvent)
throws IOException,
AutomationException
- The title of the event.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Specified by:
title
in interface IRasterStatusEvent2
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
message
public void message(IRasterStatusEvent2MessageEvent theEvent)
throws IOException,
AutomationException
- The message of the event.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Specified by:
message
in interface IRasterStatusEvent2
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
esri_continue
public void esri_continue(IRasterStatusEvent2Esri_continueEvent theEvent)
throws IOException,
AutomationException
- Indicates whether the operation should be continued.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Specified by:
esri_continue
in interface IRasterStatusEvent2
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.