|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterStatusEvent
Provides access to members that control the raster status event.
Method Summary | |
---|---|
void |
start(IRasterStatusEventStartEvent theEvent)
Starts the raster status/progress report for a given step and a maximum values. |
void |
step(IRasterStatusEventStepEvent theEvent)
Reports status/progress at a given step. |
void |
stop(IRasterStatusEventStopEvent theEvent)
Stops the raster status/progress report. |
Method Detail |
---|
void start(IRasterStatusEventStartEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void step(IRasterStatusEventStepEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void stop(IRasterStatusEventStopEvent theEvent) throws IOException, AutomationException
theEvent
- The event
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 |