com.esri.arcgis.networkanalysis
Class INetworkLoaderProgressAdapter

java.lang.Object
  extended by com.esri.arcgis.networkanalysis.INetworkLoaderProgressAdapter
All Implemented Interfaces:
INetworkLoaderProgress, java.io.Serializable, java.util.EventListener

public class INetworkLoaderProgressAdapter
extends java.lang.Object
implements INetworkLoaderProgress

Adapter for COM Event Interface 'com.esri.arcgis.networkanalysis.INetworkLoaderProgress'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriNetworkAnalysis.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.networkanalysis.INetworkLoaderProgress
IID, IIDac358b50_ab44_11d2_b2bc_0000f878229e, xxDummy
 
Constructor Summary
INetworkLoaderProgressAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

INetworkLoaderProgressAdapter

public INetworkLoaderProgressAdapter()
Method Detail

putMessage

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

Specified by:
putMessage in interface INetworkLoaderProgress
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxFeatures

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

Specified by:
setMaxFeatures in interface INetworkLoaderProgress
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStepValue

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

Specified by:
setStepValue in interface INetworkLoaderProgress
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

step

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

Specified by:
step in interface INetworkLoaderProgress
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCancelled

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

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