|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicDatasetEvents
Provides access to events that occur on schematic dataset.
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. |
Method Detail |
---|
void afterLoadDiagram(ISchematicDatasetEventsAfterLoadDiagramEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void afterRefreshDiagram(ISchematicDatasetEventsAfterRefreshDiagramEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void beforeRefreshDiagram(ISchematicDatasetEventsBeforeRefreshDiagramEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onOpenDataset(ISchematicDatasetEventsOnOpenDatasetEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onChangeDataset(ISchematicDatasetEventsOnChangeDatasetEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onStartEditLayer(ISchematicDatasetEventsOnStartEditLayerEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onStopEditLayer(ISchematicDatasetEventsOnStopEditLayerEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void afterDrawLayer(ISchematicDatasetEventsAfterDrawLayerEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void afterGenerateDiagram(ISchematicDatasetEventsAfterGenerateDiagramEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void afterUpdateDiagram(ISchematicDatasetEventsAfterUpdateDiagramEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void afterEditGeometries(ISchematicDatasetEventsAfterEditGeometriesEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void afterMoveFeatures(ISchematicDatasetEventsAfterMoveFeaturesEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void afterReconnectLink(ISchematicDatasetEventsAfterReconnectLinkEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void beforeStopOperation(ISchematicDatasetEventsBeforeStopOperationEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void afterMoveNodeOnLink(ISchematicDatasetEventsAfterMoveNodeOnLinkEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void beforeRemoveFeature(ISchematicDatasetEventsBeforeRemoveFeatureEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void beforeReduceNode(ISchematicDatasetEventsBeforeReduceNodeEvent theEvent) throws IOException, AutomationException
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 |