com.esri.arcgis.schematic
Interface ISchematicGeoProcessingEvents

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
ISchematicGeoProcessingEventsAdapter, ISchematicGeoProcessingEventsProxy

public interface ISchematicGeoProcessingEvents
extends EventListener, Serializable

Provides access to SchematicGeoProcessing events.

Product Availability

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


Method Summary
 void onMessageAdded(ISchematicGeoProcessingEventsOnMessageAddedEvent theEvent)
          Called when a message has been posted while executing a SchematicGeoProcessing.
 

Method Detail

onMessageAdded

void onMessageAdded(ISchematicGeoProcessingEventsOnMessageAddedEvent theEvent)
                    throws IOException,
                           AutomationException
Called when a message has been posted while executing a SchematicGeoProcessing.

Product Availability

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

Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.