|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGxDocumentEvents
Provides access to events fired by ArcCatalog.
Method Summary | |
---|---|
void |
activeViewChanged(IGxDocumentEventsActiveViewChangedEvent theEvent)
Fired when the active view changes. |
void |
closeDocument(IGxDocumentEventsCloseDocumentEvent theEvent)
Fired when a document is closed. |
void |
newDocument(IGxDocumentEventsNewDocumentEvent theEvent)
Fired when a new document is created. |
void |
onContextMenu(IGxDocumentEventsOnContextMenuEvent theEvent)
Fired when a context menu should be displayed at the given xy location. |
void |
openDocument(IGxDocumentEventsOpenDocumentEvent theEvent)
Fired when a document is opened. |
Method Detail |
---|
void activeViewChanged(IGxDocumentEventsActiveViewChangedEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onContextMenu(IGxDocumentEventsOnContextMenuEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void newDocument(IGxDocumentEventsNewDocumentEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void openDocument(IGxDocumentEventsOpenDocumentEvent theEvent) throws IOException, AutomationException
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void closeDocument(IGxDocumentEventsCloseDocumentEvent 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 |