com.esri.arcgis.datasourcesraster
Interface IRasterStatusEvent2

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
CancelListener, DefaultRasterStatusEvent, IRasterStatusEvent2Adapter, IRasterStatusEvent2Proxy

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

COM Interface 'IRasterStatusEvent2'. 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 IID3872f080_b932_4a24_941d_21ec0d43f0b7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID3872f080_b932_4a24_941d_21ec0d43f0b7

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

title

void title(IRasterStatusEvent2TitleEvent theEvent)
           throws java.io.IOException,
                  AutomationException
The title of the event.

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

message

void message(IRasterStatusEvent2MessageEvent theEvent)
             throws java.io.IOException,
                    AutomationException
The message of the event.

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

esri_continue

void esri_continue(IRasterStatusEvent2Esri_continueEvent theEvent)
                   throws java.io.IOException,
                          AutomationException
Indicates whether the operation should be continued.

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