com.esri.arcgis.schematic
Class ISchematicAlgorithmEventsAdapter
java.lang.Object
com.esri.arcgis.schematic.ISchematicAlgorithmEventsAdapter
- All Implemented Interfaces:
- ISchematicAlgorithmEvents, Serializable, EventListener
public class ISchematicAlgorithmEventsAdapter
- extends Object
- implements ISchematicAlgorithmEvents
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ISchematicAlgorithmEventsAdapter
public ISchematicAlgorithmEventsAdapter()
afterExecuteAlgorithm
public void afterExecuteAlgorithm(ISchematicAlgorithmEventsAfterExecuteAlgorithmEvent theEvent)
throws IOException,
AutomationException
- Called after a schematic algorithm is executed.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Specified by:
afterExecuteAlgorithm
in interface ISchematicAlgorithmEvents
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.- See Also:
ISchematicAlgorithmEvents.beforeExecuteAlgorithm(com.esri.arcgis.schematic.ISchematicAlgorithmEventsBeforeExecuteAlgorithmEvent)
beforeExecuteAlgorithm
public void beforeExecuteAlgorithm(ISchematicAlgorithmEventsBeforeExecuteAlgorithmEvent theEvent)
throws IOException,
AutomationException
- Called before a schematic algorithm is executed.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Specified by:
beforeExecuteAlgorithm
in interface ISchematicAlgorithmEvents
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.- See Also:
ISchematicAlgorithmEvents.afterExecuteAlgorithm(com.esri.arcgis.schematic.ISchematicAlgorithmEventsAfterExecuteAlgorithmEvent)