|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISxDocumentEvents
Provides access to the events fired by ArcScene.
| Method Summary | |
|---|---|
boolean |
beforeCloseDocument(ISxDocumentEventsBeforeCloseDocumentEvent theEvent)
Fired before a document is closed. |
void |
closeDocument(ISxDocumentEventsCloseDocumentEvent theEvent)
Fired when a document is closed. |
void |
newDocument(ISxDocumentEventsNewDocumentEvent theEvent)
Fired when a new document is created. |
void |
onContextMenu(ISxDocumentEventsOnContextMenuEvent theEvent)
Fired when a context menu should be displayed at the given xy location. |
void |
openDocument(ISxDocumentEventsOpenDocumentEvent theEvent)
Fired when a document is opened. |
| Method Detail |
|---|
void onContextMenu(ISxDocumentEventsOnContextMenuEvent theEvent)
throws IOException,
AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void newDocument(ISxDocumentEventsNewDocumentEvent theEvent)
throws IOException,
AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void openDocument(ISxDocumentEventsOpenDocumentEvent theEvent)
throws IOException,
AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean beforeCloseDocument(ISxDocumentEventsBeforeCloseDocumentEvent theEvent)
throws IOException,
AutomationException
theEvent - The event
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void closeDocument(ISxDocumentEventsCloseDocumentEvent 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 | ||||||||