com.esri.arcgis.geodatabase
Class IFeatureProgressStepEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.esri.arcgis.geodatabase.IFeatureProgressStepEvent
All Implemented Interfaces:
Serializable

public class IFeatureProgressStepEvent
extends EventObject

Remarks

The Step method is fired automatically for every x number of features,where x is the value of StepValue. You can use this event to keep a count of how many features have been converted. The IsCancelled, property is fetched by the converter after every call to Step.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IFeatureProgressStepEvent(Object source)
           
 
Method Summary
 void init()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IFeatureProgressStepEvent

public IFeatureProgressStepEvent(Object source)
Method Detail

init

public void init()