com.esri.arcgis.geodatabaseui
Interface IVersionManagerEvents

All Superinterfaces:
java.util.EventListener, java.io.Serializable
All Known Implementing Classes:
IVersionManagerEventsAdapter, IVersionManagerEventsProxy

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

COM Interface 'IVersionManagerEvents'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriGeoDatabaseUI.olb'

Description: 'Provides access to events fired by the Version Manager dialog.' 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 IID2f6252b5_9401_492e_81f8_47b795a3f5cf
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void onVersionCreated(IVersionManagerEventsOnVersionCreatedEvent theEvent)
          Called when a version is created.
 void onVersionDeleted(IVersionManagerEventsOnVersionDeletedEvent theEvent)
          Called when a version is deleted.
 void onVersionRenamed(IVersionManagerEventsOnVersionRenamedEvent theEvent)
          Called when a version is renamed.
 

Field Detail

IID2f6252b5_9401_492e_81f8_47b795a3f5cf

static final int IID2f6252b5_9401_492e_81f8_47b795a3f5cf
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
Method Detail

onVersionRenamed

void onVersionRenamed(IVersionManagerEventsOnVersionRenamedEvent theEvent)
                      throws java.io.IOException,
                             AutomationException
Called when a version is renamed.

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

onVersionDeleted

void onVersionDeleted(IVersionManagerEventsOnVersionDeletedEvent theEvent)
                      throws java.io.IOException,
                             AutomationException
Called when a version is deleted.

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

onVersionCreated

void onVersionCreated(IVersionManagerEventsOnVersionCreatedEvent theEvent)
                      throws java.io.IOException,
                             AutomationException
Called when a version is created.

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