public interface IRasterStatusEvent2
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 |
IID3872f080_b932_4a24_941d_21ec0d43f0b7 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
esri_continue(IRasterStatusEvent2Esri_continueEvent theEvent)
Indicates whether the operation should be continued.
|
void |
message(IRasterStatusEvent2MessageEvent theEvent)
The message of the event.
|
void |
title(IRasterStatusEvent2TitleEvent theEvent)
The title of the event.
|
static final int IID3872f080_b932_4a24_941d_21ec0d43f0b7
static final int xxDummy
static final java.lang.String IID
void title(IRasterStatusEvent2TitleEvent 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 message(IRasterStatusEvent2MessageEvent 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 esri_continue(IRasterStatusEvent2Esri_continueEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.