com.esri.arcgis.schematic
Class ISchematicGeoProcessingEventsAdapter
java.lang.Object
com.esri.arcgis.schematic.ISchematicGeoProcessingEventsAdapter
- All Implemented Interfaces:
- ISchematicGeoProcessingEvents, Serializable, EventListener
public class ISchematicGeoProcessingEventsAdapter
- extends Object
- implements ISchematicGeoProcessingEvents
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ISchematicGeoProcessingEventsAdapter
public ISchematicGeoProcessingEventsAdapter()
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.