com.esri.arcgis.schematic
Class ISchematicAlgorithmEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.schematic.ISchematicAlgorithmEventsAdapter
All Implemented Interfaces:
ISchematicAlgorithmEvents, Serializable, EventListener

public class ISchematicAlgorithmEventsAdapter
extends Object
implements ISchematicAlgorithmEvents

See Also:
Serialized Form

Constructor Summary
ISchematicAlgorithmEventsAdapter()
           
 
Method Summary
 void afterExecuteAlgorithm(ISchematicAlgorithmEventsAfterExecuteAlgorithmEvent theEvent)
          Called after a schematic algorithm is executed.
 void beforeExecuteAlgorithm(ISchematicAlgorithmEventsBeforeExecuteAlgorithmEvent theEvent)
          Called before a schematic algorithm is executed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISchematicAlgorithmEventsAdapter

public ISchematicAlgorithmEventsAdapter()
Method Detail

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.

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.