com.esri.arcgis.schematic
Interface ISchematicAlgorithmEventsTrigger

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

public interface ISchematicAlgorithmEventsTrigger
extends java.io.Serializable

COM Interface 'ISchematicAlgorithmEventsTrigger'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that manage the schematic algorithm event trigger.' 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 IID217b5272_7425_4e11_b3c5_b312d4fc7c08
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void fireAfterExecuteAlgorithm(ILayer layer, ISchematicAlgorithm schematicAlgorithm)
          Fires the event AfterExecuteAlgorithm.
 void fireBeforeExecuteAlgorithm(ILayer layer, ISchematicAlgorithm schematicAlgorithm, boolean[] canExecute)
          Fires the event BeforeExecuteAlgorithm.
 

Field Detail

IID217b5272_7425_4e11_b3c5_b312d4fc7c08

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

fireAfterExecuteAlgorithm

void fireAfterExecuteAlgorithm(ILayer layer,
                               ISchematicAlgorithm schematicAlgorithm)
                               throws java.io.IOException,
                                      AutomationException
Fires the event AfterExecuteAlgorithm.

Parameters:
layer - A reference to a com.esri.arcgis.carto.ILayer (in)
schematicAlgorithm - A reference to a com.esri.arcgis.schematic.ISchematicAlgorithm (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

fireBeforeExecuteAlgorithm

void fireBeforeExecuteAlgorithm(ILayer layer,
                                ISchematicAlgorithm schematicAlgorithm,
                                boolean[] canExecute)
                                throws java.io.IOException,
                                       AutomationException
Fires the event BeforeExecuteAlgorithm.

Parameters:
layer - A reference to a com.esri.arcgis.carto.ILayer (in)
schematicAlgorithm - A reference to a com.esri.arcgis.schematic.ISchematicAlgorithm (in)
canExecute - The canExecute (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.