|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMdModelEvents
Provides access to model events.
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. |
Method Detail |
---|
void onBeginProcessExecution(IMdModelEventsOnBeginProcessExecutionEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onEndProcessExecution(IMdModelEventsOnEndProcessExecutionEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onProcessChanged(IMdModelEventsOnProcessChangedEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |