public interface IRasterStatusEvent
extends java.util.EventListener, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID3424b100_5836_11d4_8d9b_00c04f5b87b2 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID3424b100_5836_11d4_8d9b_00c04f5b87b2
static final int xxDummy
static final java.lang.String IID
void start(IRasterStatusEventStartEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The eventjava.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 eventjava.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 eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.