com.esri.arcgis.geoprocessing
Class IMdModelEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.IMdModelEventsAdapter
All Implemented Interfaces:
IMdModelEvents, Serializable, EventListener

public class IMdModelEventsAdapter
extends Object
implements IMdModelEvents

See Also:
Serialized Form

Constructor Summary
IMdModelEventsAdapter()
           
 
Method Summary
 void onBeginProcessExecution(IMdModelEventsOnBeginProcessExecutionEvent theEvent)
          Called when the execution of a process begins.
 void onEndProcessExecution(IMdModelEventsOnEndProcessExecutionEvent theEvent)
          Called when the execution of a process ends.
 void onProcessChanged(IMdModelEventsOnProcessChangedEvent theEvent)
          Called when the process parameters changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IMdModelEventsAdapter

public IMdModelEventsAdapter()
Method Detail

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.