com.esri.arcgis.schematic
Class ISchematicDatasetEventsProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.schematic.ISchematicDatasetEventsProxy
All Implemented Interfaces:
ISchematicDatasetEvents, java.io.Externalizable, java.io.Serializable, java.util.EventListener

Deprecated. Internal use only. Proxy for COM Interface 'ISchematicDatasetEvents'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to events that occur on schematic dataset.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =

public class ISchematicDatasetEventsProxy
extends com.esri.arcgis.interop.Dispatch
implements ISchematicDatasetEvents, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
static java.util.Hashtable dispidsTable
          Deprecated.  
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicDatasetEvents
IID, IID0edbc4ad_047f_4b31_a1df_ab46ce35b346
 
Constructor Summary
  ISchematicDatasetEventsProxy()
          Deprecated. For internal use only
  ISchematicDatasetEventsProxy(java.lang.Object obj)
          Deprecated.  
protected ISchematicDatasetEventsProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ISchematicDatasetEventsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ISchematicDatasetEventsProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void afterDrawLayer(ISchematicDatasetEventsAfterDrawLayerEvent theEvent)
          Deprecated. Called after a schematic layer is drawn.
 void afterEditGeometries(ISchematicDatasetEventsAfterEditGeometriesEvent theEvent)
          Deprecated. Called after schematic in memory features geometries are edited.
 void afterGenerateDiagram(ISchematicDatasetEventsAfterGenerateDiagramEvent theEvent)
          Deprecated. Called after a schematic diagram is generated.
 void afterLoadDiagram(ISchematicDatasetEventsAfterLoadDiagramEvent theEvent)
          Deprecated. Called after a schematic diagram is loaded.
 void afterMoveFeatures(ISchematicDatasetEventsAfterMoveFeaturesEvent theEvent)
          Deprecated. Called after schematic in memory features are moved.
 void afterMoveNodeOnLink(ISchematicDatasetEventsAfterMoveNodeOnLinkEvent theEvent)
          Deprecated. Called after a schematic in memory feature node on link is moved.
 void afterReconnectLink(ISchematicDatasetEventsAfterReconnectLinkEvent theEvent)
          Deprecated. Called after a schematic in memory feature link is reconnected.
 void afterRefreshDiagram(ISchematicDatasetEventsAfterRefreshDiagramEvent theEvent)
          Deprecated. Called after a schematic diagram is refreshed.
 void afterUpdateDiagram(ISchematicDatasetEventsAfterUpdateDiagramEvent theEvent)
          Deprecated. Called after a schematic diagram is updated.
 void beforeReduceNode(ISchematicDatasetEventsBeforeReduceNodeEvent theEvent)
          Deprecated. Called before a schematic in memory feature node is reduced.
 void beforeRefreshDiagram(ISchematicDatasetEventsBeforeRefreshDiagramEvent theEvent)
          Deprecated. Called before a schematic diagram is refreshed.
 void beforeRemoveFeature(ISchematicDatasetEventsBeforeRemoveFeatureEvent theEvent)
          Deprecated. Called before a schematic in memory feature is removed.
 void beforeStopOperation(ISchematicDatasetEventsBeforeStopOperationEvent theEvent)
          Deprecated. Called before a schematic operation is stopped.
 void onChangeDataset(ISchematicDatasetEventsOnChangeDatasetEvent theEvent)
          Deprecated. Called when a schematic dataset has changed in memory.
 void onOpenDataset(ISchematicDatasetEventsOnOpenDatasetEvent theEvent)
          Deprecated. Called when a schematic dataset is opened.
 void onStartEditLayer(ISchematicDatasetEventsOnStartEditLayerEvent theEvent)
          Deprecated. Called when an edit session starts on a schematic layer.
 void onStopEditLayer(ISchematicDatasetEventsOnStopEditLayerEvent theEvent)
          Deprecated. Called when an edit session stops on a schematic layer.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 

dispidsTable

public static java.util.Hashtable dispidsTable
Deprecated. 
Constructor Detail

ISchematicDatasetEventsProxy

public ISchematicDatasetEventsProxy(java.lang.String CLSID,
                                    java.lang.String host,
                                    com.esri.arcgis.interop.AuthInfo authInfo)
                             throws java.net.UnknownHostException,
                                    java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

ISchematicDatasetEventsProxy

public ISchematicDatasetEventsProxy()
Deprecated. 
For internal use only


ISchematicDatasetEventsProxy

public ISchematicDatasetEventsProxy(java.lang.Object obj)
                             throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ISchematicDatasetEventsProxy

protected ISchematicDatasetEventsProxy(java.lang.Object obj,
                                       java.lang.String iid)
                                throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

ISchematicDatasetEventsProxy

protected ISchematicDatasetEventsProxy(java.lang.String CLSID,
                                       java.lang.String iid,
                                       java.lang.String host,
                                       com.esri.arcgis.interop.AuthInfo authInfo)
                                throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

afterLoadDiagram

public void afterLoadDiagram(ISchematicDatasetEventsAfterLoadDiagramEvent theEvent)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Called after a schematic diagram is loaded.

Specified by:
afterLoadDiagram in interface ISchematicDatasetEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

afterRefreshDiagram

public void afterRefreshDiagram(ISchematicDatasetEventsAfterRefreshDiagramEvent theEvent)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Called after a schematic diagram is refreshed.

Specified by:
afterRefreshDiagram in interface ISchematicDatasetEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

beforeRefreshDiagram

public void beforeRefreshDiagram(ISchematicDatasetEventsBeforeRefreshDiagramEvent theEvent)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Called before a schematic diagram is refreshed.

Specified by:
beforeRefreshDiagram in interface ISchematicDatasetEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onOpenDataset

public void onOpenDataset(ISchematicDatasetEventsOnOpenDatasetEvent theEvent)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Called when a schematic dataset is opened.

Specified by:
onOpenDataset in interface ISchematicDatasetEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onChangeDataset

public void onChangeDataset(ISchematicDatasetEventsOnChangeDatasetEvent theEvent)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Called when a schematic dataset has changed in memory.

Specified by:
onChangeDataset in interface ISchematicDatasetEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onStartEditLayer

public void onStartEditLayer(ISchematicDatasetEventsOnStartEditLayerEvent theEvent)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Called when an edit session starts on a schematic layer.

Specified by:
onStartEditLayer in interface ISchematicDatasetEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onStopEditLayer

public void onStopEditLayer(ISchematicDatasetEventsOnStopEditLayerEvent theEvent)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Called when an edit session stops on a schematic layer.

Specified by:
onStopEditLayer in interface ISchematicDatasetEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

afterDrawLayer

public void afterDrawLayer(ISchematicDatasetEventsAfterDrawLayerEvent theEvent)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Called after a schematic layer is drawn.

Specified by:
afterDrawLayer in interface ISchematicDatasetEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

afterGenerateDiagram

public void afterGenerateDiagram(ISchematicDatasetEventsAfterGenerateDiagramEvent theEvent)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Called after a schematic diagram is generated.

Specified by:
afterGenerateDiagram in interface ISchematicDatasetEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

afterUpdateDiagram

public void afterUpdateDiagram(ISchematicDatasetEventsAfterUpdateDiagramEvent theEvent)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Called after a schematic diagram is updated.

Specified by:
afterUpdateDiagram in interface ISchematicDatasetEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

afterEditGeometries

public void afterEditGeometries(ISchematicDatasetEventsAfterEditGeometriesEvent theEvent)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Called after schematic in memory features geometries are edited.

Specified by:
afterEditGeometries in interface ISchematicDatasetEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

afterMoveFeatures

public void afterMoveFeatures(ISchematicDatasetEventsAfterMoveFeaturesEvent theEvent)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Called after schematic in memory features are moved.

Specified by:
afterMoveFeatures in interface ISchematicDatasetEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

afterReconnectLink

public void afterReconnectLink(ISchematicDatasetEventsAfterReconnectLinkEvent theEvent)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Called after a schematic in memory feature link is reconnected.

Specified by:
afterReconnectLink in interface ISchematicDatasetEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

beforeStopOperation

public void beforeStopOperation(ISchematicDatasetEventsBeforeStopOperationEvent theEvent)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Called before a schematic operation is stopped.

Specified by:
beforeStopOperation in interface ISchematicDatasetEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

afterMoveNodeOnLink

public void afterMoveNodeOnLink(ISchematicDatasetEventsAfterMoveNodeOnLinkEvent theEvent)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Called after a schematic in memory feature node on link is moved.

Specified by:
afterMoveNodeOnLink in interface ISchematicDatasetEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

beforeRemoveFeature

public void beforeRemoveFeature(ISchematicDatasetEventsBeforeRemoveFeatureEvent theEvent)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Called before a schematic in memory feature is removed.

Specified by:
beforeRemoveFeature in interface ISchematicDatasetEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

beforeReduceNode

public void beforeReduceNode(ISchematicDatasetEventsBeforeReduceNodeEvent theEvent)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Called before a schematic in memory feature node is reduced.

Specified by:
beforeReduceNode in interface ISchematicDatasetEvents
Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.