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