com.esri.arcgis.datasourcesraster
Class IRasterStatusEventAdapter

java.lang.Object
  extended by com.esri.arcgis.datasourcesraster.IRasterStatusEventAdapter
All Implemented Interfaces:
IRasterStatusEvent, Serializable, EventListener

public class IRasterStatusEventAdapter
extends Object
implements IRasterStatusEvent

See Also:
Serialized Form

Constructor Summary
IRasterStatusEventAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IRasterStatusEventAdapter

public IRasterStatusEventAdapter()
Method Detail

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.