com.esri.arcgis.datasourcesraster
Interface IRasterStatus2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRasterStatus2Proxy, RasterStatus

public interface IRasterStatus2
extends java.io.Serializable

COM Interface 'IRasterStatus2'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control the raster status 2.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDb3b4bcdd_b999_4dbe_8fec_7bcedce6daf3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void fireContinue(boolean[] bContinue)
          Broadcasts if the operation should be continued.
 void fireMessage(java.lang.String message)
          Broadcasts the message of the operation.
 void fireTitle(java.lang.String title)
          Broadcasts the title of the operation.
 

Field Detail

IIDb3b4bcdd_b999_4dbe_8fec_7bcedce6daf3

static final int IIDb3b4bcdd_b999_4dbe_8fec_7bcedce6daf3
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

fireTitle

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

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

fireMessage

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

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

fireContinue

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

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