|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAContextEvents
Provides access to events triggered by the network analysis context.
The INAContextEvents interface is an outgoing interface that notifies clients when the NAContext or the NATraversalResult is modified.
OnNAContextUpdated is raised in response to ContextChanged being called on INAContextEdit. OnNAResultUpdated is raised in response to ResultChanged being called on INAContextEdit.
Method Summary | |
---|---|
void |
onNAContextUpdated(INAContextEventsOnNAContextUpdatedEvent theEvent)
Called when the network analysis context is updated. |
void |
onNAResultUpdated(INAContextEventsOnNAResultUpdatedEvent theEvent)
Called when the network analysis result is updated. |
Method Detail |
---|
void onNAContextUpdated(INAContextEventsOnNAContextUpdatedEvent theEvent) throws IOException, AutomationException
OnNAContextUpdated is raised in response to ContextChanged being called on INAContextEdit. For example, this occurs when new NALocationFeatures are added to an NAClass.
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onNAResultUpdated(INAContextEventsOnNAResultUpdatedEvent theEvent) throws IOException, AutomationException
OnNAResultUpdated is raised in response to ResultChanged being called on INAContextEdit. It signifies that something in the NATraversalResult has been modified. For example, the solver performed network analysis and updated the results.
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 |