com.esri.arcgis.geodatabaseui
Class IVersionManagerEventsAdapter

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

public class IVersionManagerEventsAdapter
extends java.lang.Object
implements IVersionManagerEvents

Adapter for COM Event Interface 'com.esri.arcgis.geodatabaseui.IVersionManagerEvents'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriGeoDatabaseUI.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.geodatabaseui.IVersionManagerEvents
IID, IID2f6252b5_9401_492e_81f8_47b795a3f5cf, xxDummy
 
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 java.io.IOException,
                             AutomationException
Called when a version is renamed.

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

onVersionDeleted

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

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

onVersionCreated

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

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