public class IRasterStatusEventAdapter extends java.lang.Object implements IRasterStatusEvent
IID, IID3424b100_5836_11d4_8d9b_00c04f5b87b2, xxDummy
Constructor and Description |
---|
IRasterStatusEventAdapter() |
Modifier and Type | Method and Description |
---|---|
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.
|
public void start(IRasterStatusEventStartEvent theEvent) throws java.io.IOException, AutomationException
start
in interface IRasterStatusEvent
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void step(IRasterStatusEventStepEvent theEvent) throws java.io.IOException, AutomationException
step
in interface IRasterStatusEvent
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void stop(IRasterStatusEventStopEvent theEvent) throws java.io.IOException, AutomationException
stop
in interface IRasterStatusEvent
theEvent
- The eventjava.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.