com.esri.arcgis.geoprocessing
Class IMdModelEventsAdapter

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

public class IMdModelEventsAdapter
extends java.lang.Object
implements IMdModelEvents

Adapter for COM Event Interface 'com.esri.arcgis.geoprocessing.IMdModelEvents'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.geoprocessing.IMdModelEvents
IID, IIDa19a5a0e_ce7e_4fa2_9f0a_a027922ea20b, xxDummy
 
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 java.io.IOException,
                                    AutomationException
Called when the execution of a process begins.

Specified by:
onBeginProcessExecution in interface IMdModelEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onEndProcessExecution

public void onEndProcessExecution(IMdModelEventsOnEndProcessExecutionEvent theEvent)
                           throws java.io.IOException,
                                  AutomationException
Called when the execution of a process ends.

Specified by:
onEndProcessExecution in interface IMdModelEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onProcessChanged

public void onProcessChanged(IMdModelEventsOnProcessChangedEvent theEvent)
                      throws java.io.IOException,
                             AutomationException
Called when the process parameters changed.

Specified by:
onProcessChanged in interface IMdModelEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.