com.esri.arcgis.datasourcesraster
Interface IRasterStatusEvent

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
DefaultRasterStatusEvent, IRasterStatusEventAdapter

public interface IRasterStatusEvent
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 start(IRasterStatusEventStartEvent theEvent)
          Starts the raster status/progress report for a given step and a maximum values.
 void step(IRasterStatusEventStepEvent theEvent)
          Reports status/progress at a given step.
 void stop(IRasterStatusEventStopEvent theEvent)
          Stops the raster status/progress report.
 

Method Detail

start

void start(IRasterStatusEventStartEvent theEvent)
           throws IOException,
                  AutomationException
Starts the raster status/progress report for a given step and a maximum values.

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.

step

void step(IRasterStatusEventStepEvent theEvent)
          throws IOException,
                 AutomationException
Reports status/progress at a given step.

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.

stop

void stop(IRasterStatusEventStopEvent theEvent)
          throws IOException,
                 AutomationException
Stops the raster status/progress report.

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.