com.esri.arcgis.arccatalog
Interface IGxDocumentEventsDisp

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
IGxDocumentEventsDispAdapter, IGxDocumentEventsDispProxy

public interface IGxDocumentEventsDisp
extends java.util.EventListener, java.io.Serializable

COM Interface 'IGxDocumentEventsDisp'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriArcCatalog.olb'

Description: 'Provides access to events fired by ArcCatalog.' 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 DISPID_1_NAME
           
static java.lang.String DISPID_2_NAME
           
static java.lang.String DISPID_3_NAME
           
static java.lang.String DISPID_4_NAME
           
static java.lang.String DISPID_5_NAME
           
static java.lang.String DISPID_6_NAME
           
static java.lang.String IID
          Deprecated. Internal use only
static int IID9d0dd4e7_62e7_11d2_8d47_080009ee4e51
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID9d0dd4e7_62e7_11d2_8d47_080009ee4e51

static final int IID9d0dd4e7_62e7_11d2_8d47_080009ee4e51
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values

DISPID_1_NAME

static final java.lang.String DISPID_1_NAME
See Also:
Constant Field Values

DISPID_2_NAME

static final java.lang.String DISPID_2_NAME
See Also:
Constant Field Values

DISPID_3_NAME

static final java.lang.String DISPID_3_NAME
See Also:
Constant Field Values

DISPID_4_NAME

static final java.lang.String DISPID_4_NAME
See Also:
Constant Field Values

DISPID_5_NAME

static final java.lang.String DISPID_5_NAME
See Also:
Constant Field Values

DISPID_6_NAME

static final java.lang.String DISPID_6_NAME
See Also:
Constant Field Values
Method Detail

activeViewChanged

void activeViewChanged(IGxDocumentEventsDispActiveViewChangedEvent theEvent)
                       throws java.io.IOException,
                              AutomationException
Fired when the active view changes.

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onContextMenu

boolean onContextMenu(IGxDocumentEventsDispOnContextMenuEvent theEvent)
                      throws java.io.IOException,
                             AutomationException
Fired when a context menu should be displayed at the given xy location. Return true if handled.

Parameters:
theEvent - The event
Returns:
The bHandled
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

newDocument

void newDocument(IGxDocumentEventsDispNewDocumentEvent theEvent)
                 throws java.io.IOException,
                        AutomationException
Fired when a new document is created.

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

openDocument

void openDocument(IGxDocumentEventsDispOpenDocumentEvent theEvent)
                  throws java.io.IOException,
                         AutomationException
Fired when a document is opened.

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

closeDocument

void closeDocument(IGxDocumentEventsDispCloseDocumentEvent theEvent)
                   throws java.io.IOException,
                          AutomationException
Fired when a document is closed.

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

vBAReset

void vBAReset(IGxDocumentEventsDispVBAResetEvent theEvent)
              throws java.io.IOException,
                     AutomationException
Fired when VBA is reset.

Parameters:
theEvent - The event
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.