|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRequestProgress
COM Interface 'IRequestProgress'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\SharedArcGIS\DepFiles\com\DADF\esriDADFSystem.tlb'
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 |
IID47e6f5a8_8628_4e36_9a33_83c8210c5a1f
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
showProgress(java.lang.String caption,
int timeEstimate,
boolean enableCancelButton)
Shows the progress dialog while this request is executing. |
void |
updateMessage(java.lang.String message)
Updates the message shown in the progress dialog. |
void |
updateStatus(java.lang.String status)
Updates the status message shown in the progress dialog. |
void |
updateTime(int timeInSeconds)
Updates the estimated remaining time displayed on the progress dialog. |
Field Detail |
---|
static final int IID47e6f5a8_8628_4e36_9a33_83c8210c5a1f
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void showProgress(java.lang.String caption, int timeEstimate, boolean enableCancelButton) throws java.io.IOException, AutomationException
caption
- The caption (in)timeEstimate
- The timeEstimate (in)enableCancelButton
- The enableCancelButton (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateMessage(java.lang.String message) throws java.io.IOException, AutomationException
message
- The message (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateStatus(java.lang.String status) throws java.io.IOException, AutomationException
status
- The status (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateTime(int timeInSeconds) throws java.io.IOException, AutomationException
timeInSeconds
- The timeInSeconds (in)
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 |