com.esri.arcgis.editor
Interface IEditTask

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEditTaskProxy

public interface IEditTask
extends java.io.Serializable

COM Interface 'IEditTask'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Provides access to a task that receives notification when the sketch is complete.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID6d3a6f62_9115_11d1_8461_0000f875b9c6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void activate(IEditor editor, IEditTask oldTask)
          Called by the editor when the task becomes active.
 void deactivate()
          Called by the editor when the task becomes inactive.
 java.lang.String getName()
          The name of the edit task.
 void onDeleteSketch()
          Notifies the task that the edit sketch has been deleted.
 void onFinishSketch()
          Notifies the task that the edit sketch is complete.
 

Field Detail

IID6d3a6f62_9115_11d1_8461_0000f875b9c6

static final int IID6d3a6f62_9115_11d1_8461_0000f875b9c6
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the edit task.

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

activate

void activate(IEditor editor,
              IEditTask oldTask)
              throws java.io.IOException,
                     AutomationException
Called by the editor when the task becomes active.

Parameters:
editor - A reference to a com.esri.arcgis.editor.IEditor (in)
oldTask - A reference to a com.esri.arcgis.editor.IEditTask (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deactivate

void deactivate()
                throws java.io.IOException,
                       AutomationException
Called by the editor when the task becomes inactive.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onFinishSketch

void onFinishSketch()
                    throws java.io.IOException,
                           AutomationException
Notifies the task that the edit sketch is complete.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onDeleteSketch

void onDeleteSketch()
                    throws java.io.IOException,
                           AutomationException
Notifies the task that the edit sketch has been deleted.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.