com.esri.arcgis.datasourcesraster
Class IRasterStatusEventAdapter

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

public class IRasterStatusEventAdapter
extends java.lang.Object
implements IRasterStatusEvent

Adapter for COM Event Interface 'com.esri.arcgis.datasourcesraster.IRasterStatusEvent'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterStatusEvent
IID, IID3424b100_5836_11d4_8d9b_00c04f5b87b2, xxDummy
 
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 java.io.IOException,
                  AutomationException
Starts the raster status/progress report for a given step and a maximum values.

Specified by:
start in interface IRasterStatusEvent
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

step

public void step(IRasterStatusEventStepEvent theEvent)
          throws java.io.IOException,
                 AutomationException
Reports status/progress at a given step.

Specified by:
step in interface IRasterStatusEvent
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

stop

public void stop(IRasterStatusEventStopEvent theEvent)
          throws java.io.IOException,
                 AutomationException
Stops the raster status/progress report.

Specified by:
stop in interface IRasterStatusEvent
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.