com.esri.arcgis.schematic
Class ISchematicAlgorithmEventsAdapter

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

public class ISchematicAlgorithmEventsAdapter
extends java.lang.Object
implements ISchematicAlgorithmEvents

Adapter for COM Event Interface 'com.esri.arcgis.schematic.ISchematicAlgorithmEvents'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicAlgorithmEvents
IID, IID897b9da5_1f30_44fe_a86d_f9ac20eecbf0, xxDummy
 
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 java.io.IOException,
                                  AutomationException
Called after a schematic algorithm is executed.

Specified by:
afterExecuteAlgorithm in interface ISchematicAlgorithmEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

beforeExecuteAlgorithm

public void beforeExecuteAlgorithm(ISchematicAlgorithmEventsBeforeExecuteAlgorithmEvent theEvent)
                            throws java.io.IOException,
                                   AutomationException
Called before a schematic algorithm is executed.

Specified by:
beforeExecuteAlgorithm in interface ISchematicAlgorithmEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.