com.esri.arcgis.geodatabase
Class IFeatureProgressIsCancelledEvent

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

public class IFeatureProgressIsCancelledEvent
extends EventObject

Remarks

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
IFeatureProgressIsCancelledEvent(Object source)
           
 
Method Summary
 boolean getPbIsCancelled()
           
 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

IFeatureProgressIsCancelledEvent

public IFeatureProgressIsCancelledEvent(Object source)
Method Detail

init

public void init()

getPbIsCancelled

public final boolean getPbIsCancelled()