com.esri.arcgis.geodatabase
Class IVersionEventsOnConflictsDetectedEvent

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

public class IVersionEventsOnConflictsDetectedEvent
extends EventObject

Remarks

It is the developer's responsibility to set the conflictsRemoved argument to true if any conflicts were removed from any of the Conflict Classes.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IVersionEventsOnConflictsDetectedEvent(Object source)
           
 
Method Summary
 boolean getConflictsRemoved()
           
 boolean getErrorOccurred()
           
 String getErrorString()
           
 void init(boolean[] conflictsRemoved, boolean[] errorOccurred, String[] errorString)
           
 void setConflictsRemoved(boolean conflictsRemoved)
           
 void setErrorOccurred(boolean errorOccurred)
           
 void setErrorString(String errorString)
           
 
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

IVersionEventsOnConflictsDetectedEvent

public IVersionEventsOnConflictsDetectedEvent(Object source)
Method Detail

init

public void init(boolean[] conflictsRemoved,
                 boolean[] errorOccurred,
                 String[] errorString)

getConflictsRemoved

public final boolean getConflictsRemoved()

setConflictsRemoved

public final void setConflictsRemoved(boolean conflictsRemoved)

getErrorOccurred

public final boolean getErrorOccurred()

setErrorOccurred

public final void setErrorOccurred(boolean errorOccurred)

getErrorString

public final String getErrorString()

setErrorString

public final void setErrorString(String errorString)