|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRequestProgress
| Method Summary | |
|---|---|
void |
showProgress(String caption,
int timeEstimate,
boolean enableCancelButton)
Shows the progress dialog while this request is executing. |
void |
updateMessage(String message)
Updates the message shown in the progress dialog. |
void |
updateStatus(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. |
| Method Detail |
|---|
void showProgress(String caption,
int timeEstimate,
boolean enableCancelButton)
throws IOException,
AutomationException
caption - The caption (in)timeEstimate - The timeEstimate (in)enableCancelButton - The enableCancelButton (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void updateMessage(String message)
throws IOException,
AutomationException
message - The message (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void updateStatus(String status)
throws IOException,
AutomationException
status - The status (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void updateTime(int timeInSeconds)
throws IOException,
AutomationException
timeInSeconds - The timeInSeconds (in)
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 | ||||||||