com.esri.arcgis.geoprocessing
Class IMdModelEventsAdapter
java.lang.Object
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
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 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.