|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITxDocumentEvents
Provides access to events that occur in documents with tracking analyst objects.
Method Summary | |
---|---|
void |
activeViewChanged(ITxDocumentEventsActiveViewChangedEvent theEvent)
Fired when the active view changes. |
boolean |
beforeCloseDocument(ITxDocumentEventsBeforeCloseDocumentEvent theEvent)
Fired before a document is closed. |
void |
closeDocument(ITxDocumentEventsCloseDocumentEvent theEvent)
Fired when a document is closed. |
void |
mapsChanged(ITxDocumentEventsMapsChangedEvent theEvent)
Fired when a change is made to the map collection. |
void |
newDocument(ITxDocumentEventsNewDocumentEvent theEvent)
Fired when a new document is created. |
void |
onContextMenu(ITxDocumentEventsOnContextMenuEvent theEvent)
Indicates if a context menu should be displayed at the given xy location. |
void |
openDocument(ITxDocumentEventsOpenDocumentEvent theEvent)
Fired when a document is opened. |
Method Detail |
---|
void activeViewChanged(ITxDocumentEventsActiveViewChangedEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void mapsChanged(ITxDocumentEventsMapsChangedEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onContextMenu(ITxDocumentEventsOnContextMenuEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void newDocument(ITxDocumentEventsNewDocumentEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void openDocument(ITxDocumentEventsOpenDocumentEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean beforeCloseDocument(ITxDocumentEventsBeforeCloseDocumentEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void closeDocument(ITxDocumentEventsCloseDocumentEvent 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 |