|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.networkanalysis.INetworkLoaderProgressAdapter
public class INetworkLoaderProgressAdapter
Adapter for COM Event Interface 'com.esri.arcgis.networkanalysis.INetworkLoaderProgress'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriNetworkAnalysis.olb'
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 |
---|
public INetworkLoaderProgressAdapter()
Method Detail |
---|
public void putMessage(INetworkLoaderProgressPutMessageEvent theEvent) throws java.io.IOException, AutomationException
putMessage
in interface INetworkLoaderProgress
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxFeatures(INetworkLoaderProgressSetMaxFeaturesEvent theEvent) throws java.io.IOException, AutomationException
setMaxFeatures
in interface INetworkLoaderProgress
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStepValue(INetworkLoaderProgressSetStepValueEvent theEvent) throws java.io.IOException, AutomationException
setStepValue
in interface INetworkLoaderProgress
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void step(INetworkLoaderProgressStepEvent theEvent) throws java.io.IOException, AutomationException
step
in interface INetworkLoaderProgress
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCancelled(INetworkLoaderProgressIsCancelledEvent theEvent) throws java.io.IOException, AutomationException
isCancelled
in interface INetworkLoaderProgress
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |