com.esri.arcgis.datasourcesraster
Interface IRasterStatusEvent

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
DefaultRasterStatusEvent, IRasterStatusEventAdapter, IRasterStatusEventProxy

public interface IRasterStatusEvent
extends java.util.EventListener, java.io.Serializable

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

Description: 'Provides access to members that control the raster status event.' 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 IID3424b100_5836_11d4_8d9b_00c04f5b87b2
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID3424b100_5836_11d4_8d9b_00c04f5b87b2

static final int IID3424b100_5836_11d4_8d9b_00c04f5b87b2
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

start

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

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

step

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

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

stop

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

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