|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterStatusEvent
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 |
---|
static final int IID3424b100_5836_11d4_8d9b_00c04f5b87b2
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void start(IRasterStatusEventStartEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void step(IRasterStatusEventStepEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void stop(IRasterStatusEventStopEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |