|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.ISchematicDatasetEventsAdapter
public class ISchematicDatasetEventsAdapter
| Constructor Summary | |
|---|---|
ISchematicDatasetEventsAdapter()
|
|
| Method Summary | |
|---|---|
void |
afterDrawLayer(ISchematicDatasetEventsAfterDrawLayerEvent theEvent)
Called after a schematic layer is drawn. |
void |
afterEditGeometries(ISchematicDatasetEventsAfterEditGeometriesEvent theEvent)
Called after schematic in memory features geometries are edited. |
void |
afterGenerateDiagram(ISchematicDatasetEventsAfterGenerateDiagramEvent theEvent)
Called after a schematic diagram is generated. |
void |
afterLoadDiagram(ISchematicDatasetEventsAfterLoadDiagramEvent theEvent)
Called after a schematic diagram is loaded. |
void |
afterMoveFeatures(ISchematicDatasetEventsAfterMoveFeaturesEvent theEvent)
Called after schematic in memory features are moved. |
void |
afterMoveNodeOnLink(ISchematicDatasetEventsAfterMoveNodeOnLinkEvent theEvent)
Called after a schematic in memory feature node on link is moved. |
void |
afterReconnectLink(ISchematicDatasetEventsAfterReconnectLinkEvent theEvent)
Called after a schematic in memory feature link is reconnected. |
void |
afterRefreshDiagram(ISchematicDatasetEventsAfterRefreshDiagramEvent theEvent)
Called after a schematic diagram is refreshed. |
void |
afterUpdateDiagram(ISchematicDatasetEventsAfterUpdateDiagramEvent theEvent)
Called after a schematic diagram is updated. |
void |
beforeReduceNode(ISchematicDatasetEventsBeforeReduceNodeEvent theEvent)
Called before a schematic in memory feature node is reduced. |
void |
beforeRefreshDiagram(ISchematicDatasetEventsBeforeRefreshDiagramEvent theEvent)
Called before a schematic diagram is refreshed. |
void |
beforeRemoveFeature(ISchematicDatasetEventsBeforeRemoveFeatureEvent theEvent)
Called before a schematic in memory feature is removed. |
void |
beforeStopOperation(ISchematicDatasetEventsBeforeStopOperationEvent theEvent)
Called before a schematic operation is stopped. |
void |
onChangeDataset(ISchematicDatasetEventsOnChangeDatasetEvent theEvent)
Called when a schematic dataset has changed in memory. |
void |
onOpenDataset(ISchematicDatasetEventsOnOpenDatasetEvent theEvent)
Called when a schematic dataset is opened. |
void |
onStartEditLayer(ISchematicDatasetEventsOnStartEditLayerEvent theEvent)
Called when an edit session starts on a schematic layer. |
void |
onStopEditLayer(ISchematicDatasetEventsOnStopEditLayerEvent theEvent)
Called when an edit session stops on a schematic layer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ISchematicDatasetEventsAdapter()
| Method Detail |
|---|
public void afterLoadDiagram(ISchematicDatasetEventsAfterLoadDiagramEvent theEvent)
throws IOException,
AutomationException
afterLoadDiagram in interface ISchematicDatasetEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void afterRefreshDiagram(ISchematicDatasetEventsAfterRefreshDiagramEvent theEvent)
throws IOException,
AutomationException
afterRefreshDiagram in interface ISchematicDatasetEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void beforeRefreshDiagram(ISchematicDatasetEventsBeforeRefreshDiagramEvent theEvent)
throws IOException,
AutomationException
beforeRefreshDiagram in interface ISchematicDatasetEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onOpenDataset(ISchematicDatasetEventsOnOpenDatasetEvent theEvent)
throws IOException,
AutomationException
onOpenDataset in interface ISchematicDatasetEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onChangeDataset(ISchematicDatasetEventsOnChangeDatasetEvent theEvent)
throws IOException,
AutomationException
onChangeDataset in interface ISchematicDatasetEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onStartEditLayer(ISchematicDatasetEventsOnStartEditLayerEvent theEvent)
throws IOException,
AutomationException
onStartEditLayer in interface ISchematicDatasetEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onStopEditLayer(ISchematicDatasetEventsOnStopEditLayerEvent theEvent)
throws IOException,
AutomationException
onStopEditLayer in interface ISchematicDatasetEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void afterDrawLayer(ISchematicDatasetEventsAfterDrawLayerEvent theEvent)
throws IOException,
AutomationException
afterDrawLayer in interface ISchematicDatasetEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void afterGenerateDiagram(ISchematicDatasetEventsAfterGenerateDiagramEvent theEvent)
throws IOException,
AutomationException
afterGenerateDiagram in interface ISchematicDatasetEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void afterUpdateDiagram(ISchematicDatasetEventsAfterUpdateDiagramEvent theEvent)
throws IOException,
AutomationException
afterUpdateDiagram in interface ISchematicDatasetEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void afterEditGeometries(ISchematicDatasetEventsAfterEditGeometriesEvent theEvent)
throws IOException,
AutomationException
afterEditGeometries in interface ISchematicDatasetEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void afterMoveFeatures(ISchematicDatasetEventsAfterMoveFeaturesEvent theEvent)
throws IOException,
AutomationException
afterMoveFeatures in interface ISchematicDatasetEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void afterReconnectLink(ISchematicDatasetEventsAfterReconnectLinkEvent theEvent)
throws IOException,
AutomationException
afterReconnectLink in interface ISchematicDatasetEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void beforeStopOperation(ISchematicDatasetEventsBeforeStopOperationEvent theEvent)
throws IOException,
AutomationException
beforeStopOperation in interface ISchematicDatasetEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void afterMoveNodeOnLink(ISchematicDatasetEventsAfterMoveNodeOnLinkEvent theEvent)
throws IOException,
AutomationException
afterMoveNodeOnLink in interface ISchematicDatasetEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void beforeRemoveFeature(ISchematicDatasetEventsBeforeRemoveFeatureEvent theEvent)
throws IOException,
AutomationException
beforeRemoveFeature in interface ISchematicDatasetEventstheEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void beforeReduceNode(ISchematicDatasetEventsBeforeReduceNodeEvent theEvent)
throws IOException,
AutomationException
beforeReduceNode in interface ISchematicDatasetEventstheEvent - 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 | ||||||||