com.esri.arcgis.trackinganalyst
Interface IActionUpdate

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ActionBase, ActionCollection, ActionProcessor, DataModificationAction, DataPartitionAction, DataSummaryAction, EmailAlertAction, FilterAction, HighlightSuppressionAction, IActionUpdateProxy, TagAction

public interface IActionUpdate
extends java.io.Serializable

COM Interface 'IActionUpdate'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to properties and methods to initialize and update tracking actions.' 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 IIDba1e1a12_2d56_4729_8717_c4b0ab4eeb7b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void update()
          Notify a tracking action that lookup table values have changed.
 

Field Detail

IIDba1e1a12_2d56_4729_8717_c4b0ab4eeb7b

static final int IIDba1e1a12_2d56_4729_8717_c4b0ab4eeb7b
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

update

void update()
            throws java.io.IOException,
                   AutomationException
Notify a tracking action that lookup table values have changed.

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