com.esri.arcgis.geodatabase
Class IVersionEvents2OnArchiveUpdatedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.esri.arcgis.geodatabase.IVersionEvents2OnArchiveUpdatedEvent
All Implemented Interfaces:
Serializable

public class IVersionEvents2OnArchiveUpdatedEvent
extends EventObject

Remarks

This event is fired when an archiving operation is done on the workspace. It can be used by application developers to modify archive tables every time an archiving operation has been initiated on a workspace.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IVersionEvents2OnArchiveUpdatedEvent(Object source)
           
 
Method Summary
 Object getArchiveTransactionTime()
           
 void init(Object archiveTransactionTime)
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IVersionEvents2OnArchiveUpdatedEvent

public IVersionEvents2OnArchiveUpdatedEvent(Object source)
Method Detail

init

public void init(Object archiveTransactionTime)

getArchiveTransactionTime

public final Object getArchiveTransactionTime()