com.esri.arcgis.schematic
Class ISchematicGeoProcessingEventsAdapter

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

public class ISchematicGeoProcessingEventsAdapter
extends Object
implements ISchematicGeoProcessingEvents

See Also:
Serialized Form

Constructor Summary
ISchematicGeoProcessingEventsAdapter()
           
 
Method Summary
 void onMessageAdded(ISchematicGeoProcessingEventsOnMessageAddedEvent theEvent)
          Called when a message has been posted while executing a SchematicGeoProcessing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISchematicGeoProcessingEventsAdapter

public ISchematicGeoProcessingEventsAdapter()
Method Detail

onMessageAdded

public 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.

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