com.esri.arcgis.geodatabaseui
Class IVersionManagerEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.geodatabaseui.IVersionManagerEventsAdapter
All Implemented Interfaces:
IVersionManagerEvents, Serializable, EventListener

public class IVersionManagerEventsAdapter
extends Object
implements IVersionManagerEvents

See Also:
Serialized Form

Constructor Summary
IVersionManagerEventsAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IVersionManagerEventsAdapter

public IVersionManagerEventsAdapter()
Method Detail

onVersionRenamed

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
onVersionRenamed in interface IVersionManagerEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onVersionDeleted

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
onVersionDeleted in interface IVersionManagerEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

onVersionCreated

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
onVersionCreated in interface IVersionManagerEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.