com.esri.arcgis.datasourcesraster
Interface IRasterStatus2

All Superinterfaces:
Serializable
All Known Implementing Classes:
RasterStatus

public interface IRasterStatus2
extends Serializable

Provides access to members that control the raster status 2.

Product Availability

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


Method Summary
 void fireContinue(boolean[] bContinue)
          Broadcasts if the operation should be continued.
 void fireMessage(String message)
          Broadcasts the message of the operation.
 void fireTitle(String title)
          Broadcasts the title of the operation.
 

Method Detail

fireTitle

void fireTitle(String title)
               throws IOException,
                      AutomationException
Broadcasts the title of the operation.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
title - The title (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

fireMessage

void fireMessage(String message)
                 throws IOException,
                        AutomationException
Broadcasts the message of the operation.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
message - The message (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

fireContinue

void fireContinue(boolean[] bContinue)
                  throws IOException,
                         AutomationException
Broadcasts if the operation should be continued.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
bContinue - The bContinue (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.