com.esri.arcgis.geodatabaseui
Interface IVersionManagerEvents

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
IVersionManagerEventsAdapter, IVersionManagerEventsProxy

public interface IVersionManagerEvents
extends EventListener, Serializable

Provides access to events fired by the Version Manager dialog.

Product Availability

Available with ArcGIS Desktop.


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.
 

Method Detail

onVersionRenamed

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

onVersionDeleted

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

onVersionCreated

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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