com.esri.arcgis.geodatabase
Class IVersionEventsAdapter

java.lang.Object
  extended by com.esri.arcgis.geodatabase.IVersionEventsAdapter
All Implemented Interfaces:
IVersionEvents, java.io.Serializable, java.util.EventListener

public class IVersionEventsAdapter
extends java.lang.Object
implements IVersionEvents

Adapter for COM Event Interface 'com.esri.arcgis.geodatabase.IVersionEvents'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.geodatabase.IVersionEvents
IID, IID0b437961_89f9_11d4_8b5f_000000000000, xxDummy
 
Constructor Summary
IVersionEventsAdapter()
           
 
Method Summary
 void onConflictsDetected(IVersionEventsOnConflictsDetectedEvent theEvent)
          This event is fired during reconciliation, after conflicts are detected.
 void onReconcile(IVersionEventsOnReconcileEvent theEvent)
          This event is fired after the version is reconciled, associating it with a new database state.
 void onRedefineVersion(IVersionEventsOnRedefineVersionEvent theEvent)
          This event is fired after the version is changed in place to represent a different version, associating it with a new database state.
 void onRefreshVersion(IVersionEventsOnRefreshVersionEvent theEvent)
          This event is fired after the version is refreshed, associating it with a new database state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IVersionEventsAdapter

public IVersionEventsAdapter()
Method Detail

onConflictsDetected

public void onConflictsDetected(IVersionEventsOnConflictsDetectedEvent theEvent)
                         throws java.io.IOException,
                                AutomationException
This event is fired during reconciliation, after conflicts are detected. It can be used by application developers to filter found conflicts.

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

onReconcile

public void onReconcile(IVersionEventsOnReconcileEvent theEvent)
                 throws java.io.IOException,
                        AutomationException
This event is fired after the version is reconciled, associating it with a new database state. Applications must discard or refresh any cached row objects.

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

onRefreshVersion

public void onRefreshVersion(IVersionEventsOnRefreshVersionEvent theEvent)
                      throws java.io.IOException,
                             AutomationException
This event is fired after the version is refreshed, associating it with a new database state. Applications must discard or refresh any cached row objects.

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

onRedefineVersion

public void onRedefineVersion(IVersionEventsOnRedefineVersionEvent theEvent)
                       throws java.io.IOException,
                              AutomationException
This event is fired after the version is changed in place to represent a different version, associating it with a new database state. Applications must discard or refresh any cached row objects.

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