com.esri.arcgis.geodatabase
Interface INetworkFeatureEvents

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ComplexEdgeFeature, ComplexJunctionFeature, INetworkFeatureEventsProxy, SimpleEdgeFeature, SimpleJunctionFeature

public interface INetworkFeatureEvents
extends java.io.Serializable

Provides access to events for connecting and disconnecting network features.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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

Method Detail

onConnect

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

Supported Platforms

Windows, Solaris, Linux

Remarks

OnConnect is not currently implemented.

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

onDisconnect

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

Supported Platforms

Windows, Solaris, Linux

Remarks

OnDisconnect is not currently implemented.

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