com.esri.arcgis.geodatabase
Interface INetworkFeatureEvents

All Superinterfaces:
Serializable
All Known Implementing Classes:
ComplexEdgeFeature, ComplexJunctionFeature, SimpleEdgeFeature, SimpleJunctionFeature

public interface INetworkFeatureEvents
extends Serializable

Provides access to events for connecting and disconnecting network features.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
IComplexNetworkFeature, IJunctionFeature, INetworkFeature.connect(), IEdgeFeature, IComplexJunctionFeature, IComplexEdgeFeature, INetworkFeatureEvents, ISimpleJunctionFeature, ISimpleEdgeFeature, INetworkFeature

Method Summary
 void onConnect()
          Preparation for connecting a NetworkFeature to another.
 void onDisconnect()
          Preparation for disconnecting a NetworkFeature from another.
 

Method Detail

onConnect

void onConnect()
               throws IOException,
                      AutomationException
Preparation for connecting a NetworkFeature to another.

Remarks

OnConnect is not currently implemented.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onDisconnect

void onDisconnect()
                  throws IOException,
                         AutomationException
Preparation for disconnecting a NetworkFeature from another.

Remarks

OnDisconnect is not currently implemented.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.