|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.arcscene.ISxDocumentEventsDispAdapter
public class ISxDocumentEventsDispAdapter
Constructor Summary | |
---|---|
ISxDocumentEventsDispAdapter()
|
Method Summary | |
---|---|
boolean |
beforeCloseDocument(ISxDocumentEventsDispBeforeCloseDocumentEvent theEvent)
Fired before a document is closed. |
boolean |
closeDocument(ISxDocumentEventsDispCloseDocumentEvent theEvent)
Fired when a document is closed. |
boolean |
newDocument(ISxDocumentEventsDispNewDocumentEvent theEvent)
Fired when a new document is created. |
boolean |
onContextMenu(ISxDocumentEventsDispOnContextMenuEvent theEvent)
Fired when a context menu should be displayed at the given xy location. |
boolean |
openDocument(ISxDocumentEventsDispOpenDocumentEvent theEvent)
Fired when a document is opened. |
boolean |
vBAReset(ISxDocumentEventsDispVBAResetEvent theEvent)
Fired when VBA is reset. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ISxDocumentEventsDispAdapter()
Method Detail |
---|
public boolean onContextMenu(ISxDocumentEventsDispOnContextMenuEvent theEvent) throws IOException, AutomationException
onContextMenu
in interface ISxDocumentEventsDisp
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean newDocument(ISxDocumentEventsDispNewDocumentEvent theEvent) throws IOException, AutomationException
newDocument
in interface ISxDocumentEventsDisp
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean openDocument(ISxDocumentEventsDispOpenDocumentEvent theEvent) throws IOException, AutomationException
openDocument
in interface ISxDocumentEventsDisp
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean beforeCloseDocument(ISxDocumentEventsDispBeforeCloseDocumentEvent theEvent) throws IOException, AutomationException
beforeCloseDocument
in interface ISxDocumentEventsDisp
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean closeDocument(ISxDocumentEventsDispCloseDocumentEvent theEvent) throws IOException, AutomationException
closeDocument
in interface ISxDocumentEventsDisp
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean vBAReset(ISxDocumentEventsDispVBAResetEvent theEvent) throws IOException, AutomationException
vBAReset
in interface ISxDocumentEventsDisp
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 |