com.esri.arcgis.geodatabaseui
Class IVersionManagerEventsAdapter
java.lang.Object
com.esri.arcgis.geodatabaseui.IVersionManagerEventsAdapter
- All Implemented Interfaces:
- IVersionManagerEvents, Serializable, EventListener
public class IVersionManagerEventsAdapter
- extends Object
- implements IVersionManagerEvents
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IVersionManagerEventsAdapter
public IVersionManagerEventsAdapter()
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.