com.esri.arcgis.geoprocessing
Class IMdModelEventsAdapter
java.lang.Object
   com.esri.arcgis.geoprocessing.IMdModelEventsAdapter
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 AvailabilityAvailable with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.Supported PlatformsWindows
 
- 
- Specified by:
- onBeginProcessExecutionin 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 AvailabilityAvailable with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.Supported PlatformsWindows
 
- 
- Specified by:
- onEndProcessExecutionin 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 AvailabilityAvailable with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.Supported PlatformsWindows
 
- 
- Specified by:
- onProcessChangedin interface- IMdModelEvents
 
- 
- Parameters:
- theEvent- The event
- Throws:
- IOException- If there are interop problems.
- AutomationException- If the ArcObject component throws an exception.