com.esri.arcgis.datasourcesraster
Class IRasterStatusEventAdapter
java.lang.Object
com.esri.arcgis.datasourcesraster.IRasterStatusEventAdapter
- All Implemented Interfaces:
- IRasterStatusEvent, Serializable, EventListener
public class IRasterStatusEventAdapter
- extends Object
- implements IRasterStatusEvent
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IRasterStatusEventAdapter
public IRasterStatusEventAdapter()
start
public void start(IRasterStatusEventStartEvent theEvent)
throws IOException,
AutomationException
- Starts the raster status/progress report for a given step and a maximum values.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Specified by:
start
in interface IRasterStatusEvent
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
step
public void step(IRasterStatusEventStepEvent theEvent)
throws IOException,
AutomationException
- Reports status/progress at a given step.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Specified by:
step
in interface IRasterStatusEvent
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
stop
public void stop(IRasterStatusEventStopEvent theEvent)
throws IOException,
AutomationException
- Stops the raster status/progress report.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Specified by:
stop
in interface IRasterStatusEvent
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.