com.esri.arcgis.networkanalysis
Interface INetworkLoaderProgress

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
INetworkLoaderProgressAdapter, INetworkLoaderProgressProxy

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

COM Interface 'INetworkLoaderProgress'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriNetworkAnalysis.olb'

Description: 'Provides access to events that occur when building a geometric network using a NetworkLoader object.' 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 IIDac358b50_ab44_11d2_b2bc_0000f878229e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isCancelled(INetworkLoaderProgressIsCancelledEvent theEvent)
          Indicates if the Cancel button has been pressed.
 void putMessage(INetworkLoaderProgressPutMessageEvent theEvent)
          Puts the fixed networkLoaderProgress message and the additional message to the progress bar.
 void setMaxFeatures(INetworkLoaderProgressSetMaxFeaturesEvent theEvent)
          Total number of features in the current task of building the geometric network.
 void setStepValue(INetworkLoaderProgressSetStepValueEvent theEvent)
          Number of features to be processed between updates of the progress bar.
 void step(INetworkLoaderProgressStepEvent theEvent)
          Updates the progress bar.
 

Field Detail

IIDac358b50_ab44_11d2_b2bc_0000f878229e

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

putMessage

void putMessage(INetworkLoaderProgressPutMessageEvent theEvent)
                throws java.io.IOException,
                       AutomationException
Puts the fixed networkLoaderProgress message and the additional message to the progress bar.

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

setMaxFeatures

void setMaxFeatures(INetworkLoaderProgressSetMaxFeaturesEvent theEvent)
                    throws java.io.IOException,
                           AutomationException
Total number of features in the current task of building the geometric network.

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

setStepValue

void setStepValue(INetworkLoaderProgressSetStepValueEvent theEvent)
                  throws java.io.IOException,
                         AutomationException
Number of features to be processed between updates of the progress bar.

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

step

void step(INetworkLoaderProgressStepEvent theEvent)
          throws java.io.IOException,
                 AutomationException
Updates the progress bar.

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

isCancelled

boolean isCancelled(INetworkLoaderProgressIsCancelledEvent theEvent)
                    throws java.io.IOException,
                           AutomationException
Indicates if the Cancel button has been pressed.

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