com.esri.arcgis.geoprocessing
Class IMdModelEventsAdapter
java.lang.Object
com.esri.arcgis.geoprocessing.IMdModelEventsAdapter
- All Implemented Interfaces:
- IMdModelEvents, Serializable, EventListener
public class IMdModelEventsAdapter
- extends Object
- implements IMdModelEvents
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IMdModelEventsAdapter
public IMdModelEventsAdapter()
onBeginProcessExecution
public void onBeginProcessExecution(IMdModelEventsOnBeginProcessExecutionEvent theEvent)
throws IOException,
AutomationException
- Called when the execution of a process begins.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows
- Specified by:
onBeginProcessExecution
in interface IMdModelEvents
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
onEndProcessExecution
public void onEndProcessExecution(IMdModelEventsOnEndProcessExecutionEvent theEvent)
throws IOException,
AutomationException
- Called when the execution of a process ends.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows
- Specified by:
onEndProcessExecution
in interface IMdModelEvents
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
onProcessChanged
public void onProcessChanged(IMdModelEventsOnProcessChangedEvent theEvent)
throws IOException,
AutomationException
- Called when the process parameters changed.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows
- Specified by:
onProcessChanged
in interface IMdModelEvents
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.