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)
          Fires after any schematic algorithm execution on any view.
 boolean beforeExecuteAlgorithm(ISchematicAlgorithmEventsBeforeExecuteAlgorithmEvent theEvent)
          Fires before any schematic algorithm execution on any view.
 
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

beforeExecuteAlgorithm

public boolean beforeExecuteAlgorithm(ISchematicAlgorithmEventsBeforeExecuteAlgorithmEvent theEvent)
                               throws IOException,
                                      AutomationException
Fires before any schematic algorithm execution on any view. Returns TRUE if the schematic algorithm must be interrupted.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
beforeExecuteAlgorithm in interface ISchematicAlgorithmEvents
Parameters:
theEvent - The event
Returns:
The pCancel
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
ISchematicAlgorithmEvents.afterExecuteAlgorithm(com.esri.arcgis.schematic.ISchematicAlgorithmEventsAfterExecuteAlgorithmEvent)

afterExecuteAlgorithm

public void afterExecuteAlgorithm(ISchematicAlgorithmEventsAfterExecuteAlgorithmEvent theEvent)
                           throws IOException,
                                  AutomationException
Fires after any schematic algorithm execution on any view.

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)