com.esri.arcgis.geodatabase
Interface IGPMessagesCallback
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- GPServerTrackCancel, IGPMessagesCallbackProxy
public interface IGPMessagesCallback
- extends Serializable
Provides access to Geoprocessor message callbacks.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
messageAdded
void messageAdded(IGPMessage message)
throws IOException,
AutomationException
- Fired when a geoprocessing message is added.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
message - A reference to a com.esri.arcgis.geodatabase.IGPMessage (in)
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.