com.esri.arcgis.geodatabase
Class IVersionEvents2OnPostEvent

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

public class IVersionEvents2OnPostEvent
extends EventObject

Remarks

This event is fired after a version is posted. It can be used by application developers to initiate custom code every time a version is posted. Since the event fires after a post is completed it can not be used to determine differences between versions.

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
IVersionEvents2OnPostEvent(Object source)
           
 
Method Summary
 String getTargetVersionName()
           
 void init(String targetVersionName)
           
 
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

IVersionEvents2OnPostEvent

public IVersionEvents2OnPostEvent(Object source)
Method Detail

init

public void init(String targetVersionName)

getTargetVersionName

public final String getTargetVersionName()