com.esri.arcgis.datasourcesraster
Interface IRasterStatusEvent2

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
CancelListener, DefaultRasterStatusEvent, IRasterStatusEvent2Adapter

public interface IRasterStatusEvent2
extends EventListener, Serializable

Provides access to members that control the raster status event.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void esri_continue(IRasterStatusEvent2Esri_continueEvent theEvent)
          Indicates whether the operation should be continued.
 void message(IRasterStatusEvent2MessageEvent theEvent)
          The message of the event.
 void title(IRasterStatusEvent2TitleEvent theEvent)
          The title of the event.
 

Method Detail

title

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

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

message

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

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

esri_continue

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.

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