|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISxDocumentEvents
COM Interface 'ISxDocumentEvents'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcScene.olb'
Description: 'Provides access to the events fired by ArcScene.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDd7a1b1e0_a364_11d3_8206_0080c7597e71
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
boolean |
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. |
Field Detail |
---|
static final int IIDd7a1b1e0_a364_11d3_8206_0080c7597e71
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean onContextMenu(ISxDocumentEventsOnContextMenuEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void newDocument(ISxDocumentEventsNewDocumentEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void openDocument(ISxDocumentEventsOpenDocumentEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean beforeCloseDocument(ISxDocumentEventsBeforeCloseDocumentEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The event
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void closeDocument(ISxDocumentEventsCloseDocumentEvent theEvent) throws java.io.IOException, AutomationException
theEvent
- The event
java.io.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 |